Skip to content

Commit

Permalink
Utilise ManifestStaticfilesStorage au lieu de `CachedStaticfilesSto…
Browse files Browse the repository at this point in the history
…rage` (#5549)
  • Loading branch information
Situphen committed Jan 1, 2020
1 parent b194475 commit 3740ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zds/settings/prod.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
MEDIA_ROOT = '/opt/zds/data/media'

STATIC_ROOT = '/opt/zds/data/static'
STATICFILES_STORAGE = 'django.contrib.staticfiles.storage.CachedStaticFilesStorage'
STATICFILES_STORAGE = 'django.contrib.staticfiles.storage.ManifestStaticFilesStorage'

django_template_engine['APP_DIRS'] = False
django_template_engine['OPTIONS']['loaders'] = [
Expand Down

0 comments on commit 3740ecd

Please sign in to comment.