From 661ea63b3d6729858c38f684828b437540c3d71c Mon Sep 17 00:00:00 2001 From: Fergal Moran Date: Sat, 31 May 2014 23:20:17 +0100 Subject: [PATCH] Removed non packaging compiler --- 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'), )