urls.py
989 Bytes
-
Make django-debug-toolbar >= 1.0 work properly with syncdb and admin. · ba5a3c81
The autodiscovery used by admin will interact badly with Django Debug Toolbar's own auto-setup. So we have to be more explicit about everything and add some settings manually. See: http://django-debug-toolbar.readthedocs.org/en/1.0/installation.html#explicit-setup
David Ormsbee committed