Django debug toolbar import error of analysisdebug_toolbar
Trying to install the django debug toolbar and receiving the following error: Traceback (most recent call last): File "/home/user/project/manage.py", line 10, in <module> execute_from_command_line(sys.argv) File "/home/user/project/env/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 338, in execute_from_command_line utility.execute() File "/home/user/project/env/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 312, in execute django.setup() File "/home/user/project/env/local/lib/python2.7/site-packages/django/__init__.py", line 18, in