diff --git a/dss/settings.py b/dss/settings.py index 5511875..e1561ba 100755 --- a/dss/settings.py +++ b/dss/settings.py @@ -86,7 +86,7 @@ STATICFILES_FINDERS = ( 'django.contrib.staticfiles.finders.AppDirectoriesFinder', 'compressor.finders.CompressorFinder', ) -STATICFILES_STORAGE = 'pipeline.storage.PipelineCachedStorage' +STATICFILES_STORAGE = 'pipeline.storage.NonPackagingPipelineCachedStorage' STATICFILES_DIRS = ( here('static'), )