I'm creating a startproject and I'm trying to migrate default django schema using the command line:
manage.py migrate
The result is: "Couldn't import Django. Are you sure it's installed and available on your PYTHONPATH environment variable? Did you forget to activate a virtual environment?"
I'm using a virtual environment and I have the next dependencies installed:
Django==2.1.2
psycopg2==2.7.5
pytz==2018.5
Of course, I'm trying to migrate with the virtual environment activated.
Somebody knows if I've got a problem with the compatibility of the versions? My PostgreSQL is 10.