Fork me on GitHub

django-debug-toolbar by robhudson

A configurable set of panels that display various debug information about the current request/response.

Screencast by Idan Gazit

License

BSD

Authors

Chris Adams, Reto Aebersold, Patrick Altman, Loic Bistuer, David Cramer, Augie Fackler, Dan Fairs, Alex Gaynor, Idan Gazit, Matt George, Adam Gomaa, Daniel Hahler, Rob Hudson, Jacob Kaplan-Moss, Russell Keith-Magee, Mike Korobov, Jannis Leidel, Martin Maney, Percy Perez, Nowell Strite, Greg Thornton, Malcolm Tredinnick, Bryan Veloso, Simon Willison, Philip Zeyliger

Download & Install

Preferrably, use Pip and

$ pip install django-debug-toolbar
or
$ easy_install django-debug-toolbar

You can also clone the project with Git by running:

$ git clone git://github.com/robhudson/django-debug-toolbar

Get Involved