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
when syncdb was called it gave this error with django 1.6
python manage.py syncdb
Traceback (most recent call last):
File "manage.py", line 2, in
from django.core.management import execute_manager
ImportError: cannot import name execute_manager
when i searched for the error it said execute_manager has been completely removed in 1.6.
The text was updated successfully, but these errors were encountered:
when syncdb was called it gave this error with django 1.6
python manage.py syncdb
Traceback (most recent call last):
File "manage.py", line 2, in
from django.core.management import execute_manager
ImportError: cannot import name execute_manager
when i searched for the error it said execute_manager has been completely removed in 1.6.
The text was updated successfully, but these errors were encountered: