tnc-ba / strongTNC

BYOD TNC Database Management Tool
GNU Affero General Public License v3.0
0 stars 0 forks source link

Added django debug toolbar configuration #93

Closed dbrgn closed 10 years ago

dbrgn commented 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.

1

2

To enable, install django-debug-toolbar via pip and start the server like this:

DJANGO_DEBUG_TOOLBAR=1 ./manage.py runserver
cfaessler commented 10 years ago

cool, we need that!