diff --git a/AUTHORS b/AUTHORS index 4ef52016f2..aa74e4be65 100644 --- a/AUTHORS +++ b/AUTHORS @@ -144,3 +144,5 @@ Christine Lytwynec John Cox Ben Weeks David Bodor +Sébastien Hinderer + diff --git a/cms/envs/devstack.py b/cms/envs/devstack.py index 046fc9bfee..6118eb3018 100644 --- a/cms/envs/devstack.py +++ b/cms/envs/devstack.py @@ -59,7 +59,8 @@ DEBUG_TOOLBAR_PANELS = ( ) DEBUG_TOOLBAR_CONFIG = { - 'INTERCEPT_REDIRECTS': False + 'INTERCEPT_REDIRECTS': False, + 'SHOW_TOOLBAR_CALLBACK': lambda _: True, } # To see stacktraces for MongoDB queries, set this to True.