Forums

Django 1.3.7 seems to be installed instead of any newer version !

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

python in the console runs Python 2.7. If you want to run the same version as in the web app, use python3.4 or python3.5 (depending on your webapp version)