manage.py migrate
Closed this issue · 1 comments
ktitimbo commented
I am getting this message
python3 manage.py migrate
Traceback (most recent call last):
File "manage.py", line 8, in
from django.core.management import execute_from_command_line
ImportError: No module named 'django'
delneg commented
These can help you
http://stackoverflow.com/questions/9462212/import-error-no-module-named-django
http://stackoverflow.com/questions/24057015/manage-py-importerror-no-module-named-django
Also people suggest
sudo pip3 install Django