Re: Multiple Django versions on one server?

2010-05-03 Thread Dan Harris
virtualenv can be used with mod_wsgi, we are doing so on our production servers. see http://code.google.com/p/modwsgi/wiki/VirtualEnvironments for more information Cheers, Dan On May 3, 8:26 am, Stodge wrote: > I am aware of virtualenv, but can it be used with mod_wsgi. Time

Re: Multiple Django versions on one server?

2010-05-03 Thread Stodge
I am aware of virtualenv, but can it be used with mod_wsgi. Time to do some reading. I have minimal control of the target cluster - I don't know yet if I'm allowed to have a user account; I doubt it. I think I hand off an RPM to the maintainers and they install it for me. Though the RPM is allowed

Re: Multiple Django versions on one server?

2010-05-03 Thread Kenneth Gonsalves
On Monday 03 May 2010 5:33:36 pm Stodge wrote: > We're about to deploy our Django app on our production Redhat cluster > using mod_wsgi, earlier than expected. We developed the app using > Django 1.2b1 because we wanted the multiple database support. > Unfortunately, the cluster uses Django 1.1.x.

Re: Multiple Django versions on one server?

2010-05-03 Thread Daniel Roseman
On May 3, 1:03 pm, Stodge wrote: > We're about to deploy our Django app on our production Redhat cluster > using mod_wsgi, earlier than expected. We developed the app using > Django 1.2b1 because we wanted the multiple database support. > Unfortunately, the cluster uses Django

Multiple Django versions on one server?

2010-05-03 Thread Stodge
We're about to deploy our Django app on our production Redhat cluster using mod_wsgi, earlier than expected. We developed the app using Django 1.2b1 because we wanted the multiple database support. Unfortunately, the cluster uses Django 1.1.x. What are the options for running two versions on