【发布时间】:2014-03-28 06:44:02
【问题描述】:
过去几天它还在工作,但现在工具栏上的所有链接本身都只是#
<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>
我已经像这样明确地设置它:http://django-debug-toolbar.readthedocs.org/en/1.0/installation.html#explicit-setup
我没有收到 djdt 命名空间问题,实际上我没有收到任何错误,除了当我尝试查看其中一个面板时出现 404 .....
【问题讨论】:
标签: django django-debug-toolbar