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

Apache/mod_python with 2 different projects

2006-03-13 Thread Les Smithson
I'm trying to configure an Apache/mod_python server with two different Django projects that use different databases and different Django models/views/templates etc. They are entirely separate - all they have in common is that they run on the same Apache instance. My httpd.conf looks something l

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