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
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.
Most helpful comment
Have you added it to installed_apps?
I just got the same error and then I remembered that.