Skip to content

Commit

Permalink
Revert "Add forever cacheable files and ..."
Browse files Browse the repository at this point in the history
This reverts commit b2bec17.

Upon deployment, the change to the Whitenoise setting produced an
Internal server error

Issue Ref: #49
  • Loading branch information
WayneLambert committed Aug 19, 2020
1 parent b2bec17 commit a581cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ab_back_end/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ def skip_static_requests(record):
'django.contrib.staticfiles.finders.FileSystemFinder',
'django.contrib.staticfiles.finders.AppDirectoriesFinder',
]
STATICFILES_STORAGE = 'whitenoise.storage.CompressedManifestStaticFilesStorage'
STATICFILES_STORAGE = 'whitenoise.storage.CompressedStaticFilesStorage'

# Media Files
MEDIA_URL = '/media/'
Expand Down

0 comments on commit a581cc2

Please sign in to comment.