From 6b3fb138bc3a9304956793353cb3b219973c6f6c Mon Sep 17 00:00:00 2001 From: clemens Date: Mon, 15 Jan 2018 11:25:55 +0100 Subject: [PATCH] ...again --- ofu_app/core/settings.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ofu_app/core/settings.py b/ofu_app/core/settings.py index 1c3ef2b..aecaf3a 100755 --- a/ofu_app/core/settings.py +++ b/ofu_app/core/settings.py @@ -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