Prevent django-debug-toolbar to load external jquery.

This commit is contained in:
A. Svensson 2015-03-08 10:30:55 +01:00
parent 16d02437f9
commit 7d00bbfc74

View File

@ -82,6 +82,10 @@ USE_L10N = True
USE_TZ = True
DEBUG_TOOLBAR_CONFIG = {
'JQUERY_URL': '',
}
# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/1.7/howto/static-files/