Commit b7bc1b493fa46a78f9e8bd06de9bbdaf6c5b64c9
1 parent
f0666cf1
Exists in
master
and in
5 other branches
trying to fix static files
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
amadeus/settings.py
... | ... | @@ -149,7 +149,7 @@ STATIC_ROOT = os.path.join(PROJECT_ROOT, 'staticfiles') |
149 | 149 | STATICFILES_STORAGE = 'whitenoise.django.GzipManifestStaticFilesStorage' |
150 | 150 | |
151 | 151 | STATICFILES_DIRS = [ |
152 | - os.path.join(BASE_DIR, "static") | |
152 | + os.path.join(BASE_DIR, "amadeus/static") | |
153 | 153 | ] |
154 | 154 | |
155 | 155 | #SECURITY | ... | ... |