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 couple good related posts that will get you up and running:

http://blog.ianbicking.org/2007/10/10/workingenv-is-dead-long-live-virtualenv/
http://www.saltycrane.com/blog/2009/05/notes-using-pip-and-virtualenv-django/

Hope that helps.
John Pencola

On Aug 12, 12:18 pm, Rick Caudill <cau0...@gmail.com> 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????
>
> --
> Rick Caudill

-- 
You received this message because you 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.google.com/group/django-users?hl=en.

Reply via email to