Simon Willison’s Weblog

Subscribe

1 item tagged “eric-moritz”

2009

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.

# 17th February 2009, 9:35 pm / debugging, django, djangoviewtools, eric-moritz, pdb, profiler, python