Re: Django 1.6.4 debug-toolbar confusing error

2015-03-08 Thread Martin Torre Castro
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__/'

Re: Django 1.6.4 debug-toolbar confusing error

2015-03-08 Thread Martin Torre Castro
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

Django 1.6.4 debug-toolbar confusing error

2014-05-23 Thread Florian Auer
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