|
|
|
@ -88,8 +88,9 @@ STATICFILES_DIRS = ( |
|
|
|
|
|
|
|
|
|
|
|
STATICFILES_STORAGE = 'pipeline.storage.PipelineCachedStorage' |
|
|
|
STATICFILES_STORAGE = 'pipeline.storage.PipelineCachedStorage' |
|
|
|
STATICFILES_FINDERS = ( |
|
|
|
STATICFILES_FINDERS = ( |
|
|
|
'django.contrib.staticfiles.finders.FileSystemFinder', |
|
|
|
'pipeline.finders.FileSystemFinder', |
|
|
|
'django.contrib.staticfiles.finders.AppDirectoriesFinder', |
|
|
|
'pipeline.finders.AppDirectoriesFinder', |
|
|
|
|
|
|
|
'pipeline.finders.CachedFileFinder', |
|
|
|
'pipeline.finders.PipelineFinder', |
|
|
|
'pipeline.finders.PipelineFinder', |
|
|
|
) |
|
|
|
) |
|
|
|
|
|
|
|
|
|
|
|
@ -129,6 +130,7 @@ PIPELINE_CSS = { |
|
|
|
'output_filename': 'css/main.css', |
|
|
|
'output_filename': 'css/main.css', |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
SITE_ID = 1 |
|
|
|
SITE_ID = 1 |
|
|
|
|
|
|
|
|
|
|
|
TEMPLATE_LOADERS = ( |
|
|
|
TEMPLATE_LOADERS = ( |
|
|
|
@ -267,7 +269,7 @@ INSTALLED_APPS = ( |
|
|
|
# 'debug_toolbar', |
|
|
|
# 'debug_toolbar', |
|
|
|
'djangocms_forms', |
|
|
|
'djangocms_forms', |
|
|
|
'smartsnippets', |
|
|
|
'smartsnippets', |
|
|
|
'easy_select2', |
|
|
|
# 'easy_select2', |
|
|
|
|
|
|
|
|
|
|
|
'promo', |
|
|
|
'promo', |
|
|
|
'trademark', |
|
|
|
'trademark', |
|
|
|
|