CSS admin panel when deploy django application on Apache2

2009-06-23 Thread kiwi
Hi, I've a problem with CSS of admin panel of Django when I deploy my web application on Apache2. Everything works, only Css of admin's panel do not works correctely... Someone can help me? Thanks This is my httpd.conf file #WSGIDaemonProcess sds user=utente group=utente threads=25 #WSGIPr

Re: Developing on Apache w/ mod_python

2009-06-16 Thread kiwi
thanks gabriel, now everything works.. Hello!! On Jun 15, 7:47 pm, "Gabriel ." wrote: > Hi, > > This a test conf with mod_python: > > >     ServerName py.banshee.lnx >     DocumentRoot "/home/www/python" >     ErrorLog /var/log/apache2/cash-error_log >     CustomLog /var/log/apache2/cash-

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