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

fix staticfiles storage backend setting

parent 4f26b9f2
No related branches found
No related tags found
No related merge requests found
......@@ -200,7 +200,7 @@ USE_TZ = True
# to be hosted elsewhere (e.g. AWS S3).
# Static files config
STATICFILES_STORAGE = 'django.core.files.storage.FileSystemStorage'
STATICFILES_STORAGE = 'django.core.files.storage.StaticFilesStorage'
STATIC_URL = '/static/'
STATICFILES_DIRS = [
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