Upgrade to django-pipeline v.1.5.3.

TNL-3137
This commit is contained in:
Usman Khalid
2015-09-03 22:14:34 +05:00
parent cac9f97e77
commit 1e799eb508
15 changed files with 39 additions and 23 deletions

View File

@@ -34,6 +34,7 @@ FEATURES['PREVIEW_LMS_BASE'] = "preview." + LMS_BASE
########################### PIPELINE #################################
# Skip packaging and optimization in development
PIPELINE_ENABLED = False
STATICFILES_STORAGE = 'pipeline.storage.NonPackagingPipelineStorage'
# Revert to the default set of finders as we don't want the production pipeline