...again
This commit is contained in:
parent
772a96f28f
commit
6b3fb138bc
@ -160,9 +160,9 @@ TIME_FORMAT = "H:i"
|
|||||||
|
|
||||||
STATIC_URL = '/static/'
|
STATIC_URL = '/static/'
|
||||||
STATIC_ROOT = os.path.join(BASE_DIR, "static")
|
STATIC_ROOT = os.path.join(BASE_DIR, "static")
|
||||||
STATICFILES_DIRS = [
|
#STATICFILES_DIRS = [
|
||||||
os.path.join(BASE_DIR, "static"),
|
# os.path.join(BASE_DIR, "static"),
|
||||||
]
|
#]
|
||||||
|
|
||||||
# Setup support for proxy headers
|
# Setup support for proxy headers
|
||||||
USE_X_FORWARDED_HOST = True
|
USE_X_FORWARDED_HOST = True
|
||||||
|
|||||||
Reference in New Issue
Block a user