mirror of
https://github.com/fergalmoran/dss.git
synced 2025-12-22 17:48:51 +00:00
Removed non packaging compiler
This commit is contained in:
@@ -89,7 +89,7 @@ STATICFILES_FINDERS = (
|
||||
'pipeline.finders.CachedFileFinder',
|
||||
)
|
||||
|
||||
STATICFILES_STORAGE = 'pipeline.storage.NonPackagingPipelineCachedStorage'
|
||||
STATICFILES_STORAGE = 'pipeline.storage.PipelineCachedStorage'
|
||||
STATICFILES_DIRS = (
|
||||
here('static'),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user