Re: django + fastcgi + lighttpd outlog and errlog not working

2012-12-05 Thread Gontran Magnat
uest logs when you're running the > development server (runserver). When you're running in fastcgi mode (and > its been a while since I have), you'll only get entries in outlog and > errlog if you actually send stuff to stdout and stderr yourself. And THAT > will

django + fastcgi + lighttpd outlog and errlog not working

2012-12-04 Thread Gontran Magnat
Hello, I'm running a django app on lighttpd with fastcgi. For debugging matters I would need the output logs that usually are displayed on the console. Because I run my application in a daemonize mode I tried to use the outlog and errlog options but it did not work. Here is the command I run:

Django request with unicode strings wrongly UTF-8 encoded

2012-10-28 Thread Gontran Magnat
I'm having some trouble making my website compatible with accented characters (french website). I have a form where some field values can be with accented chars: "Coupé" for instance. My URL looks like this: http://localhost:8080/recherches/s?marque=Audi&modeles=A5+Coup%C3%A9 In my django v