This commit is contained in:
clemens 2018-01-15 11:25:55 +01:00
parent 772a96f28f
commit 6b3fb138bc

View File

@ -160,9 +160,9 @@ TIME_FORMAT = "H:i"
STATIC_URL = '/static/'
STATIC_ROOT = os.path.join(BASE_DIR, "static")
STATICFILES_DIRS = [
os.path.join(BASE_DIR, "static"),
]
#STATICFILES_DIRS = [
# os.path.join(BASE_DIR, "static"),
#]
# Setup support for proxy headers
USE_X_FORWARDED_HOST = True