Fix path in fnpdjango.
[fnp-django-template.git] / src / src / project_name / settings / base.py
index 2aa4a33..a0a1c2b 100644 (file)
@@ -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',