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 experience the same thing and this is what I do.
First my installation of
pip install -r requirements.txt
is not on my active environment. So I did is activate my environment then run again the