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.



-- 
Ayaz Ahmed Khan

An evil mind is a great comfort.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



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
  /settings.py
  /django   <

If you run manage.py runserver from /myproject directory, then django
from /myproject/django directory will be used.

If you will have any problem, please ask.

Best regards,
Marcin


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



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 to run different versions of Django side-by-side.

-- 
We read Knuth so you don't have to. - Tim Peters

Jarek Zgoda, R, Redefine
jarek.zg...@redefine.pl


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Running two django version from same python.

2009-04-16 Thread Harish

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?

Regards
Harish Bhat

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---