Forums

How to upgrade django version

Hi all, I am trying to upgrade version of django because it has installed django==1.3.7 and my application is written in django==1.4, but every time it's raisong a error that system is readonly, can't be installed.

please suggset me..!!!

Hello, you will need to use a Virtual Environment. See details here: http://virtualenvdemo.pythonanywhere.com/

I had a similar problem, and the "Virtual Env" they recommend worked perfect!

@sbmrath: Welcome to PA!!