Re: proxied to a directory

2007-03-28 Thread Ross M Karchner
If anyone cares, I fixed it with a tiny little mod_python handler: --- from mod_python import apache def requesthandler(req): req.uri="/tools%s"%req.uri return apache.OK On 3/25/07, Ross M Karchner <[EMAIL PROTECTED]> wrote: > Hello-

proxied to a directory

2007-03-25 Thread Ross M Karchner
Hello-- I'm running a django project mod_proxy'ed to a directory of a non-django site, so that the django root is accessible at: http://domain.com/tools/ Django is oblivious to the 'tools'-- in the url above, request.path would just be "/", which makes perfect sense. This causes problems for any

Re: psycopg2 ?

2007-03-03 Thread Ross M Karchner
On 2/28/07, Jeremy Dunck <[EMAIL PROTECTED]> wrote: > > On 2/28/07, Robert <[EMAIL PROTECTED]> wrote: > > On 28 Lut, 16:18, "Jeremy Dunck" <[EMAIL PROTECTED]> wrote: > > > > > > > > Change your DATABASE_ENGINE to "postgresql_psycopg2". Are there any advantages to using psycopg2 in a Django projec