DebugFooter Middleware for Django
DebugFooter is a handy little piece of middleware that Simon mentioned during his talk on Monday.
Adds a hidden footer to the bottom of every text/html page containing a list of SQL queries executed and templates that were loaded (including their full filesystem path to help debug complex template loading scenarios).
To use, drop in to a file called 'debugmiddleware.py' on your Python path and add 'debugmiddleware.DebugFooter' to your MIDDLEWARE_CLASSES setting.