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
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
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
3 matches
Mail list logo