Skip to content
Snippets Groups Projects
Commit c6b66ab1 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Fixed debug toolbar not showing

parent 253d71e4
No related branches found
No related tags found
No related merge requests found
......@@ -48,6 +48,7 @@ DEBUG_TOOLBAR_CONFIG = {
'debug_toolbar.panels.redirects.RedirectsPanel',
],
'SHOW_TEMPLATE_CONTEXT': True,
'SHOW_TOOLBAR_CALLBACK': lambda request: True,
}
# django-extensions
......
......@@ -9,7 +9,7 @@ django-test-plus==1.0.11
factory_boy==2.6.0
# django-debug-toolbar that works with Django 1.5+
django-debug-toolbar==1.4
django-debug-toolbar>=1.5,<1.6
# improved REPL
ipdb==0.8.1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment