From: Radek Czajka Date: Sat, 27 Jun 2015 12:37:10 +0000 (+0200) Subject: Fix path in fnpdjango. X-Git-Url: https://git.mdrn.pl/fnp-django-template.git/commitdiff_plain/b8faf45ab6306a04fcdb8f64778becd0bdb7b751 Fix path in fnpdjango. --- diff --git a/src/src/project_name/settings/base.py b/src/src/project_name/settings/base.py index 2aa4a33..a0a1c2b 100644 --- a/src/src/project_name/settings/base.py +++ b/src/src/project_name/settings/base.py @@ -89,7 +89,7 @@ AUTHENTICATION_BACKENDS = ( STATIC_ROOT = path.join(PROJECT_DIR, 'var/static/') STATIC_URL = '/static/' -STATICFILES_STORAGE = 'fnpdjango.utils.pipeline_storage.GzipPipelineCachedStorage' +STATICFILES_STORAGE = 'fnpdjango.pipeline_storage.GzipPipelineCachedStorage' STATICFILES_FINDERS = [ 'django.contrib.staticfiles.finders.FileSystemFinder',