Removed non packaging compiler

This commit is contained in:
Fergal Moran
2014-05-31 23:20:17 +01:00
parent 7062738bf2
commit 661ea63b3d

View File

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