5.5.2011
djangodebuggingweb development

The webpage is a blog post by Simon Willison on debugging Django applications. The post provides a detailed breakdown of methods such as using Django's default error page, leveraging assertions in views, and logging information to the development server console. The post also explores more advanced techniques such as configuring Python's logging module for sophisticated logging, including logging to a file.

Debugging Django

http://simonwillison.net/2008/May/22/debugging/