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