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 to run Python scripts.
Thanks On May 3, 8:10 am, Daniel Roseman <[email protected]> wrote: > On May 3, 1:03 pm, Stodge <[email protected]> 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. What are the options for > > running two versions on Django on the same machine? I could probably > > revert several changes to our app to support Django 1.1.x, but that is > > the least attractive option, simply because we're using more than one > > database. Is there any way to place a copy of the Django beta into > > myapp/django and use that instead of the installation in site- > > packages? Thanks > > This is what virtualenv is for. > -- > DR. > > > -- > > You received this message because you are subscribed to the Google Groups > > "Django users" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group > > athttp://groups.google.com/group/django-users?hl=en. > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group > athttp://groups.google.com/group/django-users?hl=en. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

