Re: Running two django version from same python.

2009-04-16 Thread Ayaz Ahmed Khan
On 16-Apr-09, at 3:27 PM, Harish wrote: > Hi Folks, > > Is it possble to install two seperate django versions (0.97 and > 1.0.x) in one python site-package file. If yes how and if no > why? > Describing how I have done it for my scenario, I wrote about it a while back.

Re: Running two django version from same python.

2009-04-16 Thread Marcin Mierzejewski
Hi Harish, On Apr 16, 12:27 pm, Harish wrote: > Is it possble to install two seperate django versions (0.97  and > 1.0.x) in one python site-package file. > If yes how and if no why? You can put django into your project directory, e.g. /myproject /__init__.py /manage.py /urls.py /

Re: Running two django version from same python.

2009-04-16 Thread Jarek Zgoda
Wiadomość napisana w dniu 2009-04-16, o godz. 12:27, przez Harish: > Is it possble to install two seperate django versions (0.97 and > 1.0.x) in one python site-package file. > If yes how and if no why? Use separate virtual environments for each version with virtualenv. There's no way t