> but with how it will potentially affect the http server/environment,

Sometimes the best way to prove it is to show it.

Are you running Apache/mod_python? If so, configure Apache for another
virtual host and add a path to the alternate django version in the
PythonPath line in Apache. I think mod_python runs a different
interpreter for each virtual host, but you can always force the issue
with the PythonInterpreter directive.

Something like this:

PythonPath "['/var/www/testing/', '/path/to/alternate/django'] +
sys.path"
PythonInterpreter somename

Then you can do tests and show that it is stable. This will have zero
impact on any sites running 0.96.

  HTH,
  Peter
--~--~---------~--~----~------------~-------~--~----~
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