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