I get the following error when trying to run Django from the command line.
File manage.py, line 8, in from django.core.management import
You must choose your Project first before running the server , type this workon your_project_name then python manage.py runserver
workon your_project_name
python manage.py runserver