I'm using Django 1.7.7. I installed debug toolbar with:
pip install -e git+https://github.com/django-debug-toolbar/django-debug-toolbar.git#egg=django-debug-toolbar
I followed prerequisites from this page.
After everything is set up I get the error:
django.core.exceptions.ImproperlyConfigured: Error importing debug panel debug_toolbar.panels.templates: "No module named engine"