Localization time formatting

2010-09-21 Thread tsuraan
What do you have to do to get the localized datetime formats to work in Django? I started a new project, set LANGUAGE_CODE to 'en-GB', enabled LocaleMiddleware (doesn't matter for this test though), and ran "django manage.py shell". In the shell, I had the following session: >>> from django.conf

Re: Lighttpd and Django

2010-02-24 Thread tsuraan
> It's in the documentation at: > . Ok, I did see that, but I didn't understand it. I took the recomended setting, and put FORCE_SCRIPT_NAME='' into my settings.py, and it worked, but I do

Lighttpd and Django

2010-02-24 Thread tsuraan
I'm trying to run django with lighttpd 1.4 and fastcgi. I'm using the normal recipe that has a rewrite rule to convert all requests but a few into requests for /foo.fcgi$1, and then I have the fastcgi server tied to that base. The problem that I have is that in django, all my request.path variabl