Django-debug-toolbar: Default install, Upgraded to Python 2.6 and got this error

Created on 15 Apr 2010  路  2Comments  路  Source: jazzband/django-debug-toolbar

File "/usr/lib/python2.6/site-packages/django/core/handlers/wsgi.py", line 245, in call
response = middleware_method(request, response)
File "/usr/lib/python2.6/site-packages/debug_toolbar/middleware.py", line 104, in process_response
smart_unicode(self.debug_toolbars[request].render_toolbar() + self.tag))
return render_to_string('debug_toolbar/base.html', context)
File "/usr/lib/python2.6/site-packages/django/template/loader.py", line 181, in render_to_string
t = get_template(template_name)
File "/usr/lib/python2.6/site-packages/django/template/loader.py", line 157, in get_template
template, origin = find_template(template_name)
File "/usr/lib/python2.6/site-packages/django/template/loader.py", line 138, in find_template
raise TemplateDoesNotExist(name)
TemplateDoesNotExist: debug_toolbar/base.html

Most helpful comment

Have you added it to installed_apps?
I just got the same error and then I remembered that.

All 2 comments

Moved the django_toolbar template folder to my project template folder and it fixed this.

Have you added it to installed_apps?
I just got the same error and then I remembered that.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

clarkbarz picture clarkbarz  路  8Comments

Arlington1985 picture Arlington1985  路  5Comments

mwoodward-atd picture mwoodward-atd  路  11Comments

stfenjobs picture stfenjobs  路  6Comments

NomadDemon picture NomadDemon  路  9Comments