Re: Django with Apache messing up with my settings.py

2008-08-26 Thread mario
Graham, Thank you for your help. II'll pay attention to cookies to. Using the PythonInterpreted directive, as Malcom suggested, solved my problem. On Aug 26, 9:44 am, Graham Dumpleton <[EMAIL PROTECTED]> wrote: > On Aug 26, 5:07 pm, Malcolm Tredinnick <[EMAIL PROTECTED]> > wrote: > > > > > On M

Re: Django with Apache messing up with my settings.py

2008-08-26 Thread mario
Malcom, Thank you very much. It solved my problem! On Aug 26, 9:07 am, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Mon, 2008-08-25 at 23:45 -0700, mario wrote: > > [...] > > > > > And here's how I defined the apps in Apache2 (running with lastest > > Django SVN). > > > > >     SetHandler

Re: Django with Apache messing up with my settings.py

2008-08-26 Thread Graham Dumpleton
On Aug 26, 5:07 pm, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Mon, 2008-08-25 at 23:45 -0700, mario wrote: > > [...] > > > > > And here's how I defined the apps in Apache2 (running with lastest > > Django SVN). > > > > >     SetHandler python-program > >     PythonPath "['/var/www/myap

Re: Django with Apache messing up with my settings.py

2008-08-26 Thread Malcolm Tredinnick
On Mon, 2008-08-25 at 23:45 -0700, mario wrote: [...] > And here's how I defined the apps in Apache2 (running with lastest > Django SVN). > > > SetHandler python-program > PythonPath "['/var/www/myapps'] + sys.path" > PythonHandler django.core.handlers.modpython > SetEnv DJANGO_

Django with Apache messing up with my settings.py

2008-08-25 Thread mario
I'm having a tough problem with Apache messing-up with my settings and urls. Does anyone have any idea of what I'm doing wrong? Question: can I have different 'settings.py' for each Django app running in Apache? As far as I could understand Django docs it should be possible, but... Here's what's