Move static and uploads to public dir

This commit is contained in:
rubenwardy
2018-05-23 21:12:52 +01:00
parent 59f75bb71c
commit d5342d7096
15 changed files with 6 additions and 8 deletions

View File

@@ -13,11 +13,9 @@ GITHUB_CLIENT_SECRET = ""
CELERY_BROKER_URL='redis://localhost:6379'
CELERY_RESULT_BACKEND='redis://localhost:6379'
UPLOAD_FOLDER="tmp"
USER_ENABLE_REGISTER = False
USER_ENABLE_CHANGE_USERNAME = False
s
MAIL_USERNAME=""
MAIL_PASSWORD=""
MAIL_DEFAULT_SENDER=""