Commit ec31a426 by Sébastien Hinderer Committed by David Baumgold

CMS: debug toolbar should be displayed on dev stack.

In Studio, the debug tool bar did not appear as in LMS.
parent 7a96faf9
......@@ -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.
......
Markdown is supported
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