>> 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
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:
>
> ===
> 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
3 matches
Mail list logo