Re: Django v1.1

2010-09-17 Thread Robbington
Cool, thanks. I guess I will have to start using virtualenv, it came installed with my vps stack script, but I disabled it as I was having probs using postgres. I guess I never gave it a great deal of time. I just dont get why its now reverted to v1.1, its not even on my python path, print sys.pa

Re: Django v1.1

2010-09-17 Thread Piotr Zalewa
Hi Robbington. I'd suggest to use virtualenv and keep to use *only* pip that way only you have the power to change anything to update Django to a version above 1.2 simply pip -E your_virtual_environment install Django>=1.2 zalun On 09/17/10 13:02, Robbington wrote: > Hey, > > I keep getting thi