Hi,
I am trying to install the last version of Django clicking on "Python 3.5 (Django 1.9.3)", and when I check the version with python -c "import django; print(django.get_version())", the promt is 1.3.7 ! I have the same behaviour with "Python 3.4 (Django 1.6.6)".
Is there any problem on the installation script ? Am I wrong with the version check ?
thanks