django-cms text_only_plugins problem

2012-05-19 Thread Иван Иванов
Hi all! I know that this is not exactly the right mailing list, but … I am trying to filter the allowed plugins in the TextPlugin with the text_only_plugins option in my settings.py. Despite of what I'm writing in the property, I get all available plugins allowed in the select box in the text plu

Re: Model for images with thumbnails

2012-01-06 Thread Иван Иванов
На Fri, 6 Jan 2012 07:08:59 -0800 (PST) francescortiz написа: > you can try https://github.com/francescortiz/image or you can try https://github.com/SmileyChris/easy-thumbnails > On 6 ene, 12:35, MeME wrote: > > Hello, > > > > I'm new to Django. I started to write something for personal > > pu

Re: Getting into professional django development

2011-10-18 Thread Иван Иванов
It's better to learn on a project basis. Every client has different scope and interest and you cannot predict which apps you will need or not. Some barely used apps may be essential for you… But, when you ask… You may need to integrate django-registration with your django-cms, so you can manage sy

Re: howto disable label for field in admin app form?

2011-10-04 Thread Иван Иванов
На Tue, 4 Oct 2011 15:14:44 +0200 Aljoša Mohorović написа: > On Tue, Oct 4, 2011 at 2:46 PM, Ivan Ivanov > wrote: > > I think, this is exactly what you want. > > i need to do this on field level, not form. thanks for suggestion. > javascript works just fine in this case > Oh, I see. Yes, this

Re: howto disable label for field in admin app form?

2011-10-04 Thread Иван Иванов
На Tue, 4 Oct 2011 14:05:37 +0200 Aljoša Mohorović написа: > is it possible to disable rendering of label for field in forms? > i would like to render a field in a custom form (admin add/edit form) > w/o label. any info/tips appreciated > > Aljosa > You can loop through the fields of the form a

Re: order by + group by

2011-09-14 Thread Иван Иванов
На Wed, 14 Sep 2011 10:59:01 +0200 "Jonas H." написа: > On 09/14/2011 04:35 AM, Peter of the Norse wrote: > > What are you trying to do? The outer GROUP BY destroys the inner > > ORDER BY. Try putting them on the same level and see what happens. > > Say I've got an Event table and some records l

Re: Is there a way to provide a delete-hook on a custom field?

2011-09-14 Thread Иван Иванов
It's a bit offtopic, but: There is a project for non relational Django, and they have released backend for django and mongoDB. It might be interesting for you, if you don't know about the project: http://www.allbuttonspressed.com/blog/django/2010/05/MongoDB-backend-for-Django-nonrel-released На T

Re: Norwegian Sorting

2011-09-09 Thread Иван Иванов
На Fri, 09 Sep 2011 22:18:50 +0100 Tim Sawyer написа: > Hi Folks, > > I have a django site which is against a postgres database which is > UTF8. I have a large droplist with international names in, and it > doesn't appear to be sorting correctly. > > The list contains Ingvar Mæland and Børre Bø

Re: Extending admin's index view

2011-09-07 Thread Иван Иванов
So... На Fri, 2 Sep 2011 10:24:03 +0300 Ivan Ivanov написа: > Hallo everybody! > > I've got problem exteding the admin's index view. I need to pass > extra_context to the index of the admin, after the administrator > logged in, that's why I'm trying to extend the view. So... > > What I've got