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 at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to