Re: How to make localisation for contrib/comments/templatetags ?

2006-01-29 Thread Ivan Fedorov
cayco пишет: Hi! I want to do polish translation for that file. I couldn' t find anything to translate for that file in conf/locale/en/LC_MESSAGES/django.po What is the command to generato .po file for templatetags/*? I tried: /usr/lib/python2.4/site-packages/Django-0.91-py2.4.egg/django $

Re: user information on website

2005-12-19 Thread Ivan Fedorov
patrick kranzlmüller пишет: > > thanks, "context = Context( request )" was the key. The REAL key was "from django.core.extensions import DjangoContext as Context" You must use DjangoContext instead of Context.

Re: success: django + fastcgi (flup) + nginx

2005-12-16 Thread Ivan Fedorov
Igor Goryachev пишет: > Hello everybody. > > It seems, I have got a success with django application running under > FastCGI (flup) and nginx web-server. There were no difficults, thanks > to Hugo! :) Anyway I will try to write a small howto this weekend. > I'm start using it some weeks ago.