I fixed it by following this
http://django-debug-toolbar.readthedocs.org/en/1.2.2/installation.html
In my case, I had the wrong name in INSTALLED_APPS and I lacked this piece
of code in urls:
if settings.DEBUG:
import debug_toolbar
urlpatterns += patterns('',
url(r'^__debug__/'
I have same problem. May it be related to urlconf?
On Friday, 23 May 2014 12:06:19 UTC+2, Florian Auer wrote:
>
> Hi
>
> I am running 2 django 1.6.4 projects, both with debug toolbar enabled.
>
> The first one ist a simple project, following the a cookbook tutorial and
> the toolbar works fine in
Hi
I am running 2 django 1.6.4 projects, both with debug toolbar enabled.
The first one ist a simple project, following the a cookbook tutorial and
the toolbar works fine inside.
The second project ist the one, I'll wnated to start the real development
in.
But there every call to the most pane
3 matches
Mail list logo