On 9/15/06, Rob Hudson <[EMAIL PROTECTED]> wrote: > We have an active project we're coding against 0.95. Fast forward to 6 > months or so after 1.0 is released and we have a few projects underway > based on 1.0. We have no time or money to bring the old project up to > 1.0 support. Is there a way to serve both on the same server?
Generally the easiest way is to install the two copies of Django to different locations, and modify the Python paths (usually in the httpd.conf is a good place to do this) of the various projects to point at the correct location for the version of Django they'll be using. -- "May the forces of evil become confused on the way to your house." -- George Carlin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---