Prevent django-debug-toolbar to load external jquery.
This commit is contained in:
parent
16d02437f9
commit
7d00bbfc74
@ -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/
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user