Re: Deploy with mod_python on Apache2 server

2009-06-15 Thread Karen Tracey
On Mon, Jun 15, 2009 at 11:01 AM, kiwi wrote: > > Hi, > > I try to deploy my web application written with django on Apache2 with > mod_python, but when I try to load my homepage using apache at > http://localhost/myproject/ my template does not load although the > TEMPLATE_DIR in django settings

Deploy with mod_python on Apache2 server

2009-06-15 Thread kiwi
Hi, I try to deploy my web application written with django on Apache2 with mod_python, but when I try to load my homepage using apache at http://localhost/myproject/ my template does not load although the TEMPLATE_DIR in django settings is correct, why? My Apache2 http.conf file is correct beca