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
I got the same error and I fixed it in this manner:
I had to activate my virtual environment using the following command
source python2.7/bin/activate