Django Debug Toolbar

Django Debug Toolbar

Django Debug Toolbar

This looks very sexy – almost as sexy as DjangoPony.  Its a debug toolbar that was inspired by the PHP Symphony project.  Hold on now, don’t run away just cos I mentioned PHP.  This is pure Python goodness and its damn useful too.  It provides a load of debug info such as headers, exec time, SQL queries, variables, etc.

Its a MiddleWare app you can install into your Django installation.  Methinks I’ll give it a go at the weekend and report back.

Get it here.

Share and Enjoy:
  • Digg
  • del.icio.us
  • Google Bookmarks
  • BlinkList
  • DZone
  • Live
  • Ma.gnolia
  • Reddit
  • Slashdot
  • SphereIt
  • StumbleUpon

Related posts:

  1. Django 1.0′s Top 5 Changes
  2. Django @ PyCon
  3. Django Found’s….
  4. Django 1.0.1
  5. Django and PayPal

2 Comments to “Django Debug Toolbar”

  1. Jeremy 25 December 2008 at 5:02 am #

    It would have been great if you provided a link: http://github.com/robhudson/django-debug-toolbar/tree/master

  2. Doug 30 December 2008 at 10:58 pm #

    Thank you. ;)