You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
execute_manager
is deprecated in Django 1.4 and removed in Django 1.6. Hence I'll get this exception in Django 1.6+The text was updated successfully, but these errors were encountered: