On Sun, Oct 19, 2008 at 4:55 PM, Rachel Willmer <[EMAIL PROTECTED]> wrote:
> It doesn't seem possible to run Django 1.0 and 0.96 concurrently on the same
> machine AFAICS - am I going to have to set up another machine to work on the
> 1.0 upgrade while I maintain the 0.96 release?

It's actually pretty easy; just set up two directories of code, one
with each version of Django, and point the Python path of each site to
the appropriate location. There are also Python tools like virtualenv
which make this even simpler to do.


-- 
"Bureaucrat Conrad, you are technically correct -- the best kind of correct."

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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