]> git.0d.be Git - panikweb.git/blobdiff - panikweb/settings.py
use jquery{-ui} from xstatic
[panikweb.git] / panikweb / settings.py
index 62816a17f90a5f145f5ab3d487e1254b7e689093..4f80496cb5d81fc3829c01c1352b1af5a67bd237 100644 (file)
@@ -89,9 +89,11 @@ STATICFILES_DIRS = (
 STATICFILES_FINDERS = (
     'django.contrib.staticfiles.finders.FileSystemFinder',
     'django.contrib.staticfiles.finders.AppDirectoriesFinder',
+    'gadjo.finders.XStaticFinder',
 #    'django.contrib.staticfiles.finders.DefaultStorageFinder',
 )
 
+
 # Make this unique, and don't share it with anybody.
 SECRET_KEY = '3qm&@6264-=st16)7_xa*ds+31e0mqqs@+*!ud7gzt$tq!b^qn'
 
@@ -148,6 +150,7 @@ INSTALLED_APPS = (
     'django.contrib.admindocs',
     'haystack',
     'taggit',
+    'gadjo',
     'panikweb_templates',
     'panikweb.paniktags',
     'panikweb.archives',