##// END OF EJS Templates
Changed static files storage to cached one to allow versioning.
neko259 -
r259:d4948b22 default
parent child Browse files
Show More
@@ -85,6 +85,8 b' STATICFILES_FINDERS = ('
85 85 # 'django.contrib.staticfiles.finders.DefaultStorageFinder',
86 86 )
87 87
88 STATICFILES_STORAGE = 'django.contrib.staticfiles.storage.CachedStaticFilesStorage'
89
88 90 # Make this unique, and don't share it with anybody.
89 91 SECRET_KEY = '@1rc$o(7=tt#kd+4s$u6wchm**z^)4x90)7f6z(i&55@o11*8o'
90 92
General Comments 0
You need to be logged in to leave comments. Login now