I am trying to follow the Django tutorial and I faced the following error when I enter python manage.py makemigrations polls
Django
python manage.py makemigrations polls
Unknown co
I did following (for python version 3.6.4) to get this issue resolved:
Cheers