Closed dbrgn closed 10 years ago
By setting the corresponding environment variable, the django debug toolbar is loaded. This is very useful for debugging templates and SQL queries.
To enable, install django-debug-toolbar via pip and start the server like this:
django-debug-toolbar
DJANGO_DEBUG_TOOLBAR=1 ./manage.py runserver
cool, we need that!
By setting the corresponding environment variable, the django debug toolbar is loaded. This is very useful for debugging templates and SQL queries.
To enable, install
django-debug-toolbar
via pip and start the server like this: