Output sql_queries in Firebug console when in debug mode
Add this code to the end of the `<body>` of your main template and it will print out all your SQL queries with timings in the Firebug console. This uses the "django.core.context_processors.debug" template context processor, which requires that DEBUG=True and that your IP address is listed in INTERNAL_IPS.
- sql
- debug
- console
- firebug
- sql_queries