Links
Debugging Django Errors | David Cramer's Blog
Using bpython shell with django (and some Ipython features you should know) — The Usware Blog - Django Web Development
“prettyPrint” for JavaScript - James Padolsey
Great tool for debugging javascript: displays a hierarchical representation of an arbitrary javascript object, with adjustable default depth and a drilldown mechanism, as well as prevention of circular references. Blog article contains a screencast explaining prettyPrint’s main functions.
Django snippets: Super User Conditional Page Exception Reporting
darwin's firepython at master - GitHub
Defying Classification: Some Simple Django Debugging Tools
django debug toolbar
Using pdb, the Python Debugger (Django Debugging Series, Part 3) | Surfing in Kansas
Screencast 2: Logging in Django, for fun and profit | Surfing in Kansas
Debugging Django
django-db-log - Google Code
Logs Django exceptions to your database handler.
Nine Javascript Gotchas
Django Book Gems: assert False | rob.cogit8.org
Someone found a gem in the Django book: “…At any point in your view, temporarily insert an assert False to trigger the error page. Then, you can view the local variables and state of the program.” Great advice, this.
