On 3/13/06, Les Smithson <[EMAIL PROTECTED]> wrote:
>  My guess is that the  DJANGO_SETTINGS_MODULE is set once only per server 
> process,
> then its pot-luck which process and which DJANGO_SETTINGS_MODULE setting any
> particular request gets.

Your guess is exactly correct. You'll need to use the
PythonInterpreter directive to tell Apache not to mix those
interpreters. See the docs for full information:

http://www.djangoproject.com/documentation/modpython/#multiple-django-installations-on-the-same-apache

Adrian

--
Adrian Holovaty
holovaty.com | djangoproject.com

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