I\'m joining a project, so I want to set up the environnment, so what I did is :
pip install -r requirements.txt
This fully installed all r
For python3 make sure your $PYTHONPATH has the virtualenv path and Instead of running the command
$PYTHONPATH
virtualenv
python manage.py migrate
Run:
python3 manage.py migrate