Fresh 0.9.0b5 fails - missing django-debug-toolbar-request-history package

Issue #721 resolved
David Platten created an issue

This error was received when installing in a fresh virtualenv on Ubuntu 18.04.

ImportError: No module named ddt_request_history.panels.request_history

This is fixed by:

pip install django-debug-toolbar-request-history

Can someone else confirm this is the case for them?

Comments (12)

  1. Ed McDonagh

    Hi @dplatten. I tried this whilst checking for issue #723 on linux - Ubuntu 16.04, but I think this would be the same as I was in a virtualenv... and I didn't hit the same error.

    I have been considering removing the django-debug-toolbar from the setup and settings (MIDDLEWARE_CLASSES and INSTALLED_APPS). And putting instructions into the developer docs to install it and overwrite the two tuples from local_settings.py.

    Or we could test it again. Or we could include it just in case.

    Thoughts?

  2. David Platten reporter

    I think it would be good to remove the references to django-debug-toolvar from setup and settings, and put instructions into the developer docs as you suggest.

  3. Log in to comment