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 had the same problem and following worked good, you should navigate main folder in your project than type:
source bin/activate