From fa23cacee5bff483ef289cd2cf70d6f0cba3dd51 Mon Sep 17 00:00:00 2001 From: Jan Szejko Date: Tue, 20 Jun 2017 12:00:02 +0200 Subject: [PATCH] update fnpdjango --- prawokultury/settings.d/50-static.py | 2 +- requirements.txt | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/prawokultury/settings.d/50-static.py b/prawokultury/settings.d/50-static.py index 297d03b..c5986ae 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 = 'fnpdjango.utils.pipeline_storage.GzipPipelineCachedStorage' +STATICFILES_STORAGE = 'fnpdjango.pipeline_storage.GzipPipelineCachedStorage' PIPELINE_CSS_COMPRESSOR = None PIPELINE_JS_COMPRESSOR = None PIPELINE_CSS = { diff --git a/requirements.txt b/requirements.txt index f962c9e..6bc8b28 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ -i https://py.mdrn.pl:8443/simple Django>=1.6,<1.7 -fnpdjango>=0.1.18,<0.2 +fnpdjango==0.2.4 django_cas>=2.1,<2.2 South>=0.7.4 Pillow @@ -12,7 +12,6 @@ pytz jsonfield>=0.9.20 -textile==2.1.5 django-markupfield>=1.2,<1.3 django-gravatar2 django-comments-xtd>=1.2,<1.3 -- 2.20.1