Skip to content
Snippets Groups Projects
Commit 95785283 authored by florimondmanca's avatar florimondmanca
Browse files

re-fix staticfiles storage backend setting

parent 3bff9470
No related branches found
No related tags found
No related merge requests found
...@@ -200,7 +200,7 @@ USE_TZ = True ...@@ -200,7 +200,7 @@ USE_TZ = True
# to be hosted elsewhere (e.g. AWS S3). # to be hosted elsewhere (e.g. AWS S3).
# Static files config # Static files config
STATICFILES_STORAGE = 'django.core.files.storage.StaticFilesStorage' STATICFILES_STORAGE = 'django.contrib.staticfiles.storage.StaticFilesStorage'
STATIC_URL = '/static/' STATIC_URL = '/static/'
STATICFILES_DIRS = [ STATICFILES_DIRS = [
os.path.join(BASE_DIR, 'staticfiles'), os.path.join(BASE_DIR, 'staticfiles'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment