mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-23 20:06:35 +11:00
Manifest Storage to overcome caching issues.
This commit is contained in:
parent
88a072fe79
commit
2596c1722f
1 changed files with 2 additions and 0 deletions
|
@ -77,6 +77,8 @@ LOGIN_URL = '/accounts/login/'
|
||||||
LOGOUT_URL = '/accounts/logout/'
|
LOGOUT_URL = '/accounts/logout/'
|
||||||
LOGIN_REDIRECT_URL = '/'
|
LOGIN_REDIRECT_URL = '/'
|
||||||
|
|
||||||
|
STATICFILES_STORAGE = 'django.contrib.staticfiles.storage.ManifestStaticFilesStorage'
|
||||||
|
|
||||||
#==============================================================================
|
#==============================================================================
|
||||||
# Templates
|
# Templates
|
||||||
#==============================================================================
|
#==============================================================================
|
||||||
|
|
Loading…
Reference in a new issue