From: Radek Czajka Date: Tue, 22 Apr 2014 09:08:38 +0000 (+0200) Subject: Update django-pipeline. X-Git-Url: https://git.mdrn.pl/prawokultury.git/commitdiff_plain/1fd696c3df89d7e0c71ea55dfe55e9d2e8554498 Update django-pipeline. --- diff --git a/prawokultury/settings.d/50-static.py b/prawokultury/settings.d/50-static.py index 3f5f951..e9bc907 100644 --- a/prawokultury/settings.d/50-static.py +++ b/prawokultury/settings.d/50-static.py @@ -9,7 +9,7 @@ STATICFILES_FINDERS = ( # 'django.contrib.staticfiles.finders.DefaultStorageFinder', ) -STATICFILES_STORAGE = 'pipeline.storage.PipelineCachedStorage' +STATICFILES_STORAGE = 'fnpdjango.utils.pipeline_storage.GzipPipelineCachedStorage' PIPELINE_CSS_COMPRESSOR = None PIPELINE_JS_COMPRESSOR = None PIPELINE_CSS = { diff --git a/requirements.txt b/requirements.txt index 0b8887a..7c0ae19 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ -i http://pypi.nowoczesnapolska.org.pl/simple Django>=1.6,<1.7 -fnpdjango +fnpdjango>=0.1.18,<0.2 django_cas>=2.1,<2.2 South>=0.7.4 PIL @@ -16,7 +16,7 @@ textile django-markupfield>=1.2,<1.3 django-gravatar2 django-comments-xtd>=1.2,<1.3 -django-pipeline>=1.2,<1.3 +django-pipeline>=1.3.23,<1.4 #pyScss #git+git://github.com/Kronuz/pyScss.git@d8f4da23a3c87696a75b3830ed4ab49b75550a93#egg=pyScss