Announcing django-viewtools. A really excellent idea—run ./manage.py viewtools --pdb /path/on/site/ to debug a view in your Django project that is raising an error using the Python debugger, or use --profile to run the full request cycle for that URL through the profiler.
Thanks for the shout out. Wrote this internally for Django 0.90pre. It was to useful to keep to myself.