Manifest Storage to overcome caching issues.

This commit is contained in:
Martin Mahner 2018-03-14 09:07:15 +01:00
parent 88a072fe79
commit 2596c1722f

View file

@ -77,6 +77,8 @@ LOGIN_URL = '/accounts/login/'
LOGOUT_URL = '/accounts/logout/'
LOGIN_REDIRECT_URL = '/'
STATICFILES_STORAGE = 'django.contrib.staticfiles.storage.ManifestStaticFilesStorage'
#==============================================================================
# Templates
#==============================================================================