Re: Different Django instances running on the same server

2010-08-13 Thread John Pencola
Rick, Absolutely! You'll want to take a look at installing virtualenv on that server. By running separate Python virtual environments you can install different modules and versions of those modules in "isolation" and then instruct your web server to reference a specific virtualenv. Here are a

Re: Different Django instances running on the same server

2010-08-13 Thread buddhasystem
//old.nabble.com/Different-Django-instances-running-on-the-same-server-tp29420477p29431251.html Sent from the django-users mailing list archive at Nabble.com. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group,

Re: Different Django instances running on the same server

2010-08-13 Thread Steve Holden
On 8/13/2010 1:09 PM, buddhasystem wrote: > CLIFFORD ILKAY wrote: >> >> On 08/12/2010 12:18 PM, Rick Caudill wrote: >>> Hi, >>> >>> Is it possible to run Django 1.1 and Django 1.2 on the same server? I >>> have some legacy apps that I need to port to 1.2 but until then I would >>> still like to

Re: Different Django instances running on the same server

2010-08-13 Thread buddhasystem
ou are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to django-us...@googlegroups.com. > To unsubscribe from this group, send email to > django-users+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups

Re: Different Django instances running on the same server

2010-08-12 Thread CLIFFORD ILKAY
On 08/12/2010 12:18 PM, Rick Caudill wrote: Hi, Is it possible to run Django 1.1 and Django 1.2 on the same server? I have some legacy apps that I need to port to 1.2 but until then I would still like to run 1.1 and also at the same time run 1.2 for some new apps. Is this possible If

Different Django instances running on the same server

2010-08-12 Thread Rick Caudill
Hi, Is it possible to run Django 1.1 and Django 1.2 on the same server? I have some legacy apps that I need to port to 1.2 but until then I would still like to run 1.1 and also at the same time run 1.2 for some new apps. Is this possible -- Rick Caudill -- You received this message