]> gitweb.fperrin.net Git - djsite.git/commitdiff
Re-enable AJAX_SELECT_BOOTSTRAP
authorFrédéric Perrin <fred@fperrin.net>
Fri, 18 Nov 2016 18:22:15 +0000 (18:22 +0000)
committerFrédéric Perrin <fred@fperrin.net>
Fri, 18 Nov 2016 18:22:15 +0000 (18:22 +0000)
djsite/settings_common.py

index 358bfc0a3a97d319608b733f0c6e152a222d1b30..fd342b873880654dd3e51fb1133a8eaa5762b9ee 100644 (file)
@@ -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