settings.py

This commit is contained in:
Fergal Moran
2014-05-31 22:23:29 +00:00
parent e14e546c0e
commit bfe18bce1f

View File

@@ -89,7 +89,7 @@ STATICFILES_FINDERS = (
'pipeline.finders.CachedFileFinder',
)
STATICFILES_STORAGE = 'pipeline.storage.NonPackagingPipelineCachedStorage'
STATICFILES_STORAGE = 'pipeline.storage.PipelineCachedStorage'
STATICFILES_DIRS = (
here('static'),
)