Skip to content Skip to sidebar Skip to footer

Mezzanine Importerror When Running Tests

I have recently upgraded the version of Django from 1.5.5 to 1.6.2 and Mezzanine to 3.0.9. When I run python manage.py test All the tests run without problem. But When I run proj

Solution 1:

django-debug-toolbar module was causing the issue.

I rolled back from django-debug-toolbar v1.0.1 to v0.11.

This fixed the error.

Post a Comment for "Mezzanine Importerror When Running Tests"