========================
Django Debug Application
========================

This is django application allows:
 * monitor SQL queries generated during the request

Installation instruction:
 * install application via pip or easy_install
 * add "debug" to settings.INSTALLED_APPLICATIONS
 * include `debug.urls` to main urls.py if you need AJAX EXPLAIN feature
 * install pygments library if you want colorized output.
