|
|
|
@ -88,9 +88,11 @@ STATICFILES_DIRS = ( |
|
|
|
|
|
|
|
|
|
|
|
STATICFILES_STORAGE = 'pipeline.storage.PipelineCachedStorage' |
|
|
|
STATICFILES_STORAGE = 'pipeline.storage.PipelineCachedStorage' |
|
|
|
STATICFILES_FINDERS = ( |
|
|
|
STATICFILES_FINDERS = ( |
|
|
|
'pipeline.finders.FileSystemFinder', |
|
|
|
'django.contrib.staticfiles.finders.FileSystemFinder', |
|
|
|
'pipeline.finders.AppDirectoriesFinder', |
|
|
|
# 'django.contrib.staticfiles.finders.AppDirectoriesFinder', |
|
|
|
'pipeline.finders.CachedFileFinder', |
|
|
|
# 'pipeline.finders.FileSystemFinder', |
|
|
|
|
|
|
|
# 'pipeline.finders.AppDirectoriesFinder', |
|
|
|
|
|
|
|
# 'pipeline.finders.CachedFileFinder', |
|
|
|
'pipeline.finders.PipelineFinder', |
|
|
|
'pipeline.finders.PipelineFinder', |
|
|
|
) |
|
|
|
) |
|
|
|
|
|
|
|
|
|
|
|
|