X-Git-Url: http://gitweb.fperrin.net/?p=djsite.git;a=blobdiff_plain;f=djsite%2Fsettings_common.py;h=fd342b873880654dd3e51fb1133a8eaa5762b9ee;hp=358bfc0a3a97d319608b733f0c6e152a222d1b30;hb=1c3a903d108505e5b7c2ec98257e30b1080b9c08;hpb=cf6ca2b05938abf7cdacdf505089e09fb40f08cf diff --git a/djsite/settings_common.py b/djsite/settings_common.py index 358bfc0..fd342b8 100644 --- a/djsite/settings_common.py +++ b/djsite/settings_common.py @@ -35,6 +35,7 @@ INSTALLED_APPS = ( 'django.contrib.staticfiles', 'ajax_select', 'jquery', + 'jquery_ui', 'tinymce', 'quotes', ) @@ -111,4 +112,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