Of all the Django modules that are out there, several stand out as ones that I keep coming back to. These are some of my favorites:
Django Debug Toolbar is an extremely useful Django application for debugging a site from “Django’s perspective.” It should only be used during the development of a site. This toolbar overlays an expandable menu over every page of your website. Upon expanding this menu, you can see all of the request variables and settings variables associated with that page. Also, it allows you to view ...
Updated 10/28/10 @ 03:41PM CDT by jjasinski
Tags: compress debug django extensions favorite modules python rosetta south