pyramid_debugtoolbar
pyramid_debugtoolbar copied to clipboard
Pretty print Rendering Value context variables on Renderings page
A pretty printed dictionary is easier to follow than a wrapped string representation.
My two cents implement:
- for 1.0.X: https://github.com/keitheis/pyramid_debugtoolbar/tree/feature.pretty_rendering_value
- for 2.X: https://github.com/keitheis/pyramid_debugtoolbar/tree/feature.pretty_render_2
We use it in our development and it makes our UI engineer (and me) happy.