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
You need to load the virtual environment before doing it.
Use below code for Linux/OSX:
source venv/bin/active
And the following code for Windows
source venv/Scripts/activate