Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to count range in django template

{% for item in "x"|ljust:"100" %}
    {{item}} {# or do anything 100 times #}
{% endfor %}
Source by pythoncircle.com #
 
PREVIOUS NEXT
Tagged: #count #range #django #template
ADD COMMENT
Topic
Name
1+5 =