niwinz / django-jinja

Simple and nonobstructive jinja2 integration with Django.
http://niwinz.github.io/django-jinja/latest/
BSD 3-Clause "New" or "Revised" License
363 stars 102 forks source link

Pagination #203

Closed hmnd closed 7 years ago

hmnd commented 7 years ago

How can I paginate a for loop in django-jinja? EDIT: specifically using django-el-pagination

niwinz commented 7 years ago

in the same way as you will do it in django

hmnd commented 7 years ago

Sorry, meant to ask about django-el-pagination.