Re: put columns in rows

2008-05-29 Thread Tim Chase
>> Hope this helps, >> >> -tim >> >> [1] >> http://www.djangoproject.com/documentation/templates_python/#writing-custom-template-filters > > I have two questions. > > 1) I cannot find where must I write the register of the filter Details on creating your own filters are at the writing-custom-t

Re: put columns in rows

2008-05-29 Thread Alessandro Ronchi
Tim Chase ha scritto: >> I want to show my query results in rows instead of columns in >> an html page, but I don't know if it's possible in templates, >> because of >> 12 >> 34 >> structure >> >> how can I do? > > I've solved this in the past by creating this filter: > > ===

Re: put columns in rows

2008-05-28 Thread Tim Chase
> I want to show my query results in rows instead of columns in > an html page, but I don't know if it's possible in templates, > because of > 12 > 34 > structure > > how can I do? I've solved this in the past by creating this filter: == from itertools im