I am doing a project in Django. I have installed python 3.7.5 and Django 1.11. When I try to run the command
python manage.py migrate
I am getting
[1] abort python manage.py migrate
The same thing is happening for
python manage.py runserver
I have been brainstorming for the last 2 days on how to fix this issue but no luck. Can someone help me out here in fixing this issue?