guide-to-testing-in-django
guide-to-testing-in-django copied to clipboard
Django 1.6 compatible
execute_manager is deprecated in Django 1.4 and removed in Django 1.6. Hence I'll get this exception in Django 1.6+
Traceback (most recent call last):
File "./manage.py", line 2, in <module>
from django.core.management import execute_manager
ImportError: cannot import name execute_manager