Skip to content
Snippets Groups Projects
Commit 5efe2a6b authored by Hervé  MENAGER's avatar Hervé MENAGER
Browse files

load jquery for the debug toolbar from static file

otherwise in case of offline work the absence of the google CDN
creates weird behaviors...


Former-commit-id: 8eb22c3555489cb861ca30b11a1d4ff971863149
parent 1b699608
No related branches found
No related tags found
No related merge requests found
......@@ -97,6 +97,9 @@ DATABASES = {
}
}
DEBUG_TOOLBAR_CONFIG = {
'JQUERY_URL': '/static/jquery/jquery-3.3.1.min.js'
}
# Password validation
# https://docs.djangoproject.com/en/1.10/ref/settings/#auth-password-validators
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment