[django] 리스트 순번
2016. 10. 23. 19:33ㆍ프로그래밍/Python & dJango
1. 리스트 순번을 출력하는 방법은 많지만
장고에서 제공하는 start_index를 사용하면 따로 계산할 필요없이 순번을 출력할 수 있다.
{{ forloop.counter0|add:list.start_index }}
'프로그래밍 > Python & dJango' 카테고리의 다른 글
Python - Elastic Search Service [6.x] 생성, 조회, 삭제 (0) | 2018.10.05 |
---|---|
[Python] classmethod 와 staticmethod (0) | 2016.11.16 |
[Python] 집합 (set) (0) | 2016.10.19 |
[django] convert integer to string (0) | 2016.10.19 |
[dJango] Q expression (0) | 2016.10.19 |