From 1b78cf6d427deb2cc75527ceef01e82ac207b5d0 Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Tue, 22 Apr 2014 16:11:37 +0200 Subject: [PATCH] Fix --- prawokultury/settings.d/50-static.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prawokultury/settings.d/50-static.py b/prawokultury/settings.d/50-static.py index 031658c..a6af4e6 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.pipeline_storage.GzipPipelineCachedStorage' +STATICFILES_STORAGE = 'fnpdjango.utils.pipeline_storage.GzipPipelineCachedStorage' PIPELINE_CSS_COMPRESSOR = None PIPELINE_JS_COMPRESSOR = None PIPELINE_CSS = { -- 2.20.1