X-Git-Url: http://gitweb.fperrin.net/?p=djsite.git;a=blobdiff_plain;f=djsite%2Fsettings_common.py;fp=djsite%2Fsettings_common.py;h=358bfc0a3a97d319608b733f0c6e152a222d1b30;hp=ca8bacd2f24a888b9bfb3402288cc20ff63803b5;hb=d068f1e415467bfb8e45180357f01701b56a9351;hpb=9f9dde2bb0855b915b478985ba6ab4fb14b36d14 diff --git a/djsite/settings_common.py b/djsite/settings_common.py index ca8bacd..358bfc0 100644 --- a/djsite/settings_common.py +++ b/djsite/settings_common.py @@ -33,6 +33,7 @@ INSTALLED_APPS = ( 'django.contrib.sessions', 'django.contrib.messages', 'django.contrib.staticfiles', + 'ajax_select', 'jquery', 'tinymce', 'quotes', @@ -105,3 +106,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 = False