can any tell me how can I write below code of c in django
for(c=0; c<5; c++) //do something
i had tried below code but it gives me an erro
I was curious and found a way to do this. Disclaimer: I consider the following code to be WRONG:
{% for i in "abcde" %} do something {% endfor %}
Replace "abcde" with a string of the range you want.