diff --git a/biscuit/core/settings.py b/biscuit/core/settings.py index 995742ee3c24097d961dd5d27ea55cef258b1d25..af08323f87818c2cfe9ff6cb13e9036f61f5e25f 100644 --- a/biscuit/core/settings.py +++ b/biscuit/core/settings.py @@ -34,7 +34,8 @@ DEBUG = _settings.get('maintenance.debug', False) INTERNAL_IPS = _settings.get('maintenance.internal_ips', []) DEBUG_TOOLBAR_CONFIG = { 'RENDER_PANELS': True, - 'SHOW_COLLAPSED': True + 'SHOW_COLLAPSED': True, + 'JQUERY_URL': '' } ALLOWED_HOSTS = _settings.get('http.allowed_hosts', [])