% if pylons_context:
Key | Value | % for key in sorted(pylons_context.keys()):
---|---|
${key} | ${repr(pylons_context[key])} |
No context information found.
The integrated Pylons application has to be abjusted to make the context object available.
It should check for environ['debugtoolbar.wants_pylons_context'] == True
and set
environ['debugtoolbar.pylons_context'] = tmpl_context._current_obj()
.