Librarian in regular requirements.
[redakcja.git] / redakcja / settings / compress.py
index 483e0ed..9bee670 100644 (file)
@@ -2,6 +2,7 @@ STATICFILES_FINDERS = (
     'django.contrib.staticfiles.finders.FileSystemFinder',
     'django.contrib.staticfiles.finders.AppDirectoriesFinder',
 #    'django.contrib.staticfiles.finders.DefaultStorageFinder',
+    'pipeline.finders.PipelineFinder',
 )