Re: Apache/mod_python with 2 different projects

2006-03-13 Thread Les Smithson
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 reques

Re: Apache/mod_python with 2 different projects

2006-03-13 Thread Adrian Holovaty
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 t