Upgrade Python
Steps
- Open a bash console
- Remove Django: rm -rf virtualenvs/django2/
(or 1.9 depending on the version that you have)
- mkvirtualenv django2 --python=/usr/bin/python3.6
- workon django2
- pip install django
- pip install django-extensions
- Go back to web tab
- Choose the right server if your website is working on more than one
- Update server to the correct python and django version