Nicer membership form.
[wolnelektury.git] / src / wolnelektury / settings / static.py
index 3c1997d..0d599f2 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',
@@ -111,8 +108,7 @@ PIPELINE = {
                 'player/openplayer.js',
                 'js/search.js',
                 'funding/funding.js',
-
-                'uni_form/uni-form.js',
+                'club/form.js',
 
                 'js/annoy.js',
                 ),
@@ -187,6 +183,7 @@ PIPELINE = {
 }
 
 STATICFILES_STORAGE = 'fnpdjango.pipeline_storage.GzipPipelineCachedStorage'
+#STATICFILES_STORAGE = 'pipeline.storage.PipelineCachedStorage'
 
 # PIPELINE_PYSCSS_BINARY = '/usr/bin/env pyscss'
 # PIPELINE_PYSCSS_ARGUMENTS = ''
@@ -195,5 +192,6 @@ STATICFILES_STORAGE = 'fnpdjango.pipeline_storage.GzipPipelineCachedStorage'
 STATICFILES_FINDERS = [
     'django.contrib.staticfiles.finders.FileSystemFinder',
     'django.contrib.staticfiles.finders.AppDirectoriesFinder',
+    'pipeline.finders.CachedFileFinder',
     'pipeline.finders.PipelineFinder',
 ]