It was working in the last couple of days, but now all the links on the toolbar themselves are just #
<li class="djDebugPanelButton active">
<input type="checkbox" data-cookie="djdtSQLPanel" checked="checked" title="Disable for next and successive requests">
<a href="#" title="SQL queries from 1 connection" class="SQLPanel">SQL<br><small>215 queries in 174.10ms</small></a>
</li>
I've set it up explicitly like this says: http://django-debug-toolbar.readthedocs.org/en/1.0/installation.html#explicit-setup
I don't get the djdt namespace issue in fact I get no errors at all, except the 404 when I try to view one of the panels.....