On 9/15/06, Rob Hudson <[EMAIL PROTECTED]> wrote:
>
> Here's something I realized we're going to have to face one day as I
> read the post on the new Forms and Manipulators...
>
> 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?
>
> Our current server environment is Linux, Apache, mod_python.

There is if you don't install django on your system's PYTHONPATH. You
can put multiple versions of django in different locations, and use
the PythonPath directive for mod_python/apache to include the version
you need for that particular site/location. This is how I handle
things for both development and production.

Joseph

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to