Re: Strange behaviour of Django with mod python - bug in django or mod_python?

2007-06-30 Thread Graham Dumpleton
On Jul 1, 7:32 am, bluszcz <[EMAIL PROTECTED]> wrote: > Hello people. > > I am using Apache 2.0 and mod python 3.1.4 on Ubuntu Dapper x86_64. I > found a > strange behavior during SetEnv directory. But let's start from the > beginning. > I have virtual hosts: > > > ServerName admin.bluszc

Re: How many errors is the test suite encountering?

2007-06-30 Thread Malcolm Tredinnick
Hey Adrian, On Sat, 2007-06-30 at 20:45 -0500, Adrian Holovaty wrote: > To those folks who run Django's unit-test suite on a regular basis -- > > How many errors -- and, more precisely, *which* errors -- does the > Django test suite currently raise? > > I've been out of the loop traveling and g

How many errors is the test suite encountering?

2007-06-30 Thread Adrian Holovaty
To those folks who run Django's unit-test suite on a regular basis -- How many errors -- and, more precisely, *which* errors -- does the Django test suite currently raise? I've been out of the loop traveling and getting some life stuff done, and (more relevantly) I recently switched from Linux t

Re: Strange behaviour of Django with mod python - bug in django or mod_python?

2007-06-30 Thread Adrian Holovaty
On 6/30/07, bluszcz <[EMAIL PROTECTED]> wrote: > Both applications in virtual hosts check in some parts of code > os.environ('ADMINOS') and... sometimes - it is very difficult to > reproduce > and undetermistic - the second one (bluszcz.coke) get value from > VirtualHost > Admin. I set PythonInter

Strange behaviour of Django with mod python - bug in django or mod_python?

2007-06-30 Thread bluszcz
Hello people. I am using Apache 2.0 and mod python 3.1.4 on Ubuntu Dapper x86_64. I found a strange behavior during SetEnv directory. But let's start from the beginning. I have virtual hosts: ServerName admin.bluszcz.coke PythonDebug On SetHandler python-program

dbsettings update

2007-06-30 Thread Marty Alchin
Thanks to suggestions from this list, I made several updates to dbsettings[1] so that it uses Django's existing cache framework rather than trying to invent an alternative. In my limited tests, it seems to retain existing funcitonality, but I don't have a working installation of mod_python or Fast