X-Git-Url: https://git.mdrn.pl/fnp-django-template.git/blobdiff_plain/92978d8c53e45701d995ebe54ac082f2dfe2b659..HEAD:/src/src/project_name/settings/base.py 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',