diff --git a/dss/settings.py b/dss/settings.py index b9854e2..59876b0 100755 --- a/dss/settings.py +++ b/dss/settings.py @@ -89,7 +89,7 @@ STATICFILES_FINDERS = ( 'pipeline.finders.CachedFileFinder', ) -STATICFILES_STORAGE = 'pipeline.storage.NonPackagingPipelineCachedStorage' +STATICFILES_STORAGE = 'pipeline.storage.PipelineCachedStorage' STATICFILES_DIRS = ( here('static'), )