Forums

django1.5 installed through pip --user

app restarted, but show that its 1.3.1 version, and error because of that; from console theres 1.5.1 version, as says manage.py --version; ?

are you actually in your virtualenv? (As in, is it active? If not, you will be seeing the default)

Yeah, I would check that I was activating my virtualenv in the wsgi.py file for the application.

thanks