guide-to-testing-in-django icon indicating copy to clipboard operation
guide-to-testing-in-django copied to clipboard

Django 1.6 compatible

Open Matt3o12 opened this issue 11 years ago • 0 comments

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

Matt3o12 avatar Jun 26 '14 19:06 Matt3o12