]> gitweb.fperrin.net Git - djsite.git/blobdiff - djsite/settings_common.py
Try new multilinks approach
[djsite.git] / djsite / settings_common.py
index 358bfc0a3a97d319608b733f0c6e152a222d1b30..6474c2b24cf9a56bc2024830e46f03cf815b8a3a 100644 (file)
@@ -35,8 +35,11 @@ INSTALLED_APPS = (
     'django.contrib.staticfiles',
     'ajax_select',
     'jquery',
+#    'jquery_ui',
+    'formtools',
     'tinymce',
     'quotes',
+    'quotes_beta',
 )
 
 MIDDLEWARE_CLASSES = (
@@ -111,4 +114,4 @@ TINYMCE_DEFAULT_CONFIG = {
 # these will be loaded from CDN.
 # If you want to prevent this and load your own then set AJAX_SELECT_BOOTSTRAP
 
-AJAX_SELECT_BOOTSTRAP  = False
+AJAX_SELECT_BOOTSTRAP  = True