Advertisement
Guest User

Untitled

a guest
Jul 25th, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. Traceback:
  2. File "/path/to/myrepo/env/local/lib/python2.7/site-packages/django/core/handlers/base.py" in get_response
  3. 223. response = middleware_method(request, response)
  4. File "/path/to/myrepo/env/local/lib/python2.7/site-packages/debug_toolbar/middleware.py" in process_response
  5. 120. panel.generate_stats(request, response)
  6. File "/path/to/myrepo/env/local/lib/python2.7/site-packages/debug_toolbar/panels/templates/panel.py" in generate_stats
  7. 175. context_processors = self.templates[0]['context_processors']
  8. Exception Type: AttributeError at /first/page/
  9. Exception Value: 'Template' object has no attribute 'engine'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement