Re: Spam filters for Django?

2010-09-04 Thread Anton Bessonov
the three most common ways are to only allow logged in users to post, captchas or akismet or a combination of the three. Sometimes Honey pot is very effective in combination with captcha. -- You received this message because you are subscribed to the Google Groups "Django users" group. To

Re: Мобильная версия

2010-08-29 Thread Anton Bessonov
Де факто - Вам не нужен полный список. Но если так хочется, то достаточно инициально поддерживать список самых распростанённых агентов и сделать ссылки "нормальная/мобильная версия". Каждый клик протоколировать и из этой информации модифицировать список. Спасибо за перевод моего вопроса, но

Re: Install Django in a Production server!

2010-03-11 Thread Anton Bessonov
Using Django on Apache with mod_python in production - it's a bad idea! wsgi or fcgi is better start point. http://docs.djangoproject.com/en/dev/howto/deployment/ Massimiliano Bertinetti schrieb: If I understand, you want information about installing python/django in a production enviroment

Re: Django IDE

2010-02-15 Thread Anton Bessonov
http://www.vim.org/ dj_vishal schrieb: Hello Hi to all am new to the Django Framework.am learning django Which IDE is suitable for Django ..plz help me in right way Thanks in Advance vishal 2009vis...@gmail.com -- You received this message because you are subscribed to the

Re: Get name from request.path

2009-12-30 Thread Anton Bessonov
django.core.urlresolvers.resolve? kelvan.mailingl...@gmail.com schrieb: > request.META['HTTP_HOST'] just return the webadress from the server, I > need the name I gave an url un urls.py. > Like reverse just the other way > > florian > > 2009/12/25 Shawn Milochik > > Try

Re: Django editor for Debian

2009-12-16 Thread Anton Bessonov
Nano. NMarcu schrieb: > Hello all, > >Can you tell me a good Django editor for Debian? Something more > pretty then default text editor. Something to can edit templates also. > Thanks. > > -- > > You received this message because you are subscribed to the Google Groups > "Django users"

Re: Make the makemessages command more open

2009-12-14 Thread Anton Bessonov
Hi Kevin, > I am using Jinja2 instead of the Django template system > I'm too. Django Templates is really slow and unhandily. > Would it be a good idea suggest this in a ticket? > Yes. + create option "nocomments" because is bad to merge. -- You received this message because you are

Re: Understanding "/admin/jsi18n/"

2009-10-08 Thread Anton Bessonov
http://www.google.com/search?q=django+jsi18n LuisC schrieb: > Hi!!! > I am doing my fist appl and after some struggling I am using > > forms.DateField(widget=AdminDateWidget) > > in my view, and > > > > > > {{ form.media }} > > in my template... > > The calendar widget is working ok; but I