Move static and uploads to public dir
This commit is contained in:
@@ -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=""
|
||||
|
||||
Reference in New Issue
Block a user