]> gitweb.fperrin.net Git - djsite.git/blobdiff - djsite/settings_common.py
Try new multilinks approach
[djsite.git] / djsite / settings_common.py
index ca8bacd2f24a888b9bfb3402288cc20ff63803b5..6474c2b24cf9a56bc2024830e46f03cf815b8a3a 100644 (file)
@@ -33,9 +33,13 @@ INSTALLED_APPS = (
     'django.contrib.sessions',
     'django.contrib.messages',
     'django.contrib.staticfiles',
+    'ajax_select',
     'jquery',
+#    'jquery_ui',
+    'formtools',
     'tinymce',
     'quotes',
+    'quotes_beta',
 )
 
 MIDDLEWARE_CLASSES = (
@@ -105,3 +109,9 @@ TINYMCE_DEFAULT_CONFIG = {
     'plugins': 'table',
     'valid_elements': 'a[href],b,strong,u,i,em,ul,ol,li,p,br'
 }
+
+# If jQuery or jQuery.ui are not already loaded on the page, then
+# these will be loaded from CDN.
+# If you want to prevent this and load your own then set AJAX_SELECT_BOOTSTRAP
+
+AJAX_SELECT_BOOTSTRAP  = True