Skip to content

Commit

Permalink
Merge pull request #113 from molgen/cache-busting
Browse files Browse the repository at this point in the history
staticfiles: Switch to ManifestStaticFilesStorage
  • Loading branch information
donald authored Mar 25, 2021
2 parents b39dba6 + 9358d59 commit 73e2c78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@
STATICFILES_DIRS = [
os.path.join(APPS_DIR, 'static'),
]
STATICFILES_STORAGE = 'django.contrib.staticfiles.storage.ManifestStaticFilesStorage'
STATICFILES_FINDERS = [
'django.contrib.staticfiles.finders.FileSystemFinder',
'django.contrib.staticfiles.finders.AppDirectoriesFinder',
Expand Down

0 comments on commit 73e2c78

Please sign in to comment.