From b7bc1b493fa46a78f9e8bd06de9bbdaf6c5b64c9 Mon Sep 17 00:00:00 2001 From: fbormann Date: Wed, 5 Oct 2016 18:25:49 -0300 Subject: [PATCH] trying to fix static files --- amadeus/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amadeus/settings.py b/amadeus/settings.py index e9fff55..257a693 100644 --- a/amadeus/settings.py +++ b/amadeus/settings.py @@ -149,7 +149,7 @@ STATIC_ROOT = os.path.join(PROJECT_ROOT, 'staticfiles') STATICFILES_STORAGE = 'whitenoise.django.GzipManifestStaticFilesStorage' STATICFILES_DIRS = [ - os.path.join(BASE_DIR, "static") + os.path.join(BASE_DIR, "amadeus/static") ] #SECURITY -- libgit2 0.21.2