The Django Debug Toolbar is a configurable set of panels that display various debug information about the current request/response and when clicked, display more details about the panel's content. WWW: https://pypi.python.org/pypi/django-debug-toolbar PR: ports/186159 Submitted by: Johannes Jost Meixner <xmj@chaot.net>
5 lines
253 B
Text
5 lines
253 B
Text
The Django Debug Toolbar is a configurable set of panels that display various
|
|
debug information about the current request/response and when clicked, display
|
|
more details about the panel's content.
|
|
|
|
WWW: https://pypi.python.org/pypi/django-debug-toolbar
|