I am trying to use Django on mac to develop a website backend using python.
I installed Django 3.1.5 and when I try to upgrade (to 3.1.5) it says 'requirement already satisfied' so I can tell 3.1.5 is installed
However when I type
python -m django --version
into terminal, it returns 1.11.29
How do I fix this?