From bfe18bce1f438058ff803ba05b9155a05d548ed8 Mon Sep 17 00:00:00 2001 From: Fergal Moran Date: Sat, 31 May 2014 22:23:29 +0000 Subject: [PATCH] settings.py --- dss/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'), )