On Mon, 2006-03-13 at 14:14 -0600, Adrian Holovaty wrote:
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


Perfect! Thanks very much. RTFM past the the first paragraph helps.

--
Les Smithson <[EMAIL PROTECTED]>
Open Network Solutions Ltd

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to