Remove binary leftovers from migrations.
[wolnelektury.git] / src / wolnelektury / settings / static.py
index 17ac2bc..f6411cc 100644 (file)
@@ -33,9 +33,6 @@ PIPELINE = {
 
                 'css/annoy.css',
 
-                'uni_form/uni-form.css',
-                'uni_form/default.uni-form.css',
-
                 'css/ui-lightness/jquery-ui-1.8.16.custom.css',
 
                 'css/tlite.css',
@@ -93,6 +90,7 @@ PIPELINE = {
                 'js/contrib/jquery.countdown-de.js', 'js/contrib/jquery.countdown-uk.js',
                 'js/contrib/jquery.countdown-es.js', 'js/contrib/jquery.countdown-lt.js',
                 'js/contrib/jquery.countdown-ru.js', 'js/contrib/jquery.countdown-fr.js',
+                'js/contrib/jquery.shorten.js',
 
                 'js/contrib/jquery-ui-1.8.16.custom.min.js',
 
@@ -111,8 +109,6 @@ PIPELINE = {
                 'js/search.js',
                 'funding/funding.js',
 
-                'uni_form/uni-form.js',
-
                 'js/annoy.js',
                 ),
             'output_filename': 'js/base.min.js',
@@ -185,7 +181,8 @@ PIPELINE = {
     )
 }
 
-STATICFILES_STORAGE = 'fnpdjango.utils.pipeline_storage.GzipPipelineCachedStorage'
+STATICFILES_STORAGE = 'fnpdjango.pipeline_storage.GzipPipelineCachedStorage'
+#STATICFILES_STORAGE = 'pipeline.storage.PipelineCachedStorage'
 
 # PIPELINE_PYSCSS_BINARY = '/usr/bin/env pyscss'
 # PIPELINE_PYSCSS_ARGUMENTS = ''
@@ -194,5 +191,6 @@ STATICFILES_STORAGE = 'fnpdjango.utils.pipeline_storage.GzipPipelineCachedStorag
 STATICFILES_FINDERS = [
     'django.contrib.staticfiles.finders.FileSystemFinder',
     'django.contrib.staticfiles.finders.AppDirectoriesFinder',
+    'pipeline.finders.CachedFileFinder',
     'pipeline.finders.PipelineFinder',
 ]