Re: Which IDE should I use for Django?

2011-12-20 Thread Parisson
On 20/12/2011 08:23, Alex Mandel wrote: > Code completion is subpar, actually one of the worst python editors for > that because you have to pregenerate the lists. > Eric's completion is based on QScintilla and works fast here.. Do you know any completion system which doesn't have to generate any

Re: Which IDE should I use for Django?

2011-12-19 Thread Parisson
Eric has a bad logo but does everything you need. It is written in Python / Qt and is far faster and lighter than PyCharm (Java based) here.. http://eric-ide.python-projects.org/ Yomguy On 19/12/2011 11:34, Alec Taylor wrote: > I'm looking for a Django IDE which incorporates the following feature

Caught DatabaseError while rendering: no such function: IF

2011-06-21 Thread Parisson
Hi ! MySQL and SQLite3 seem to have different behaviour here : when I have {% if collections %} in a template, where collections is a queryset, using SQlite3 gives this exception : "Caught DatabaseError while rendering: no such function: IF"... No pb with MySQL... Any idea please ? Thanks ;)