django-endless-pagination

Django pagination tools supporting Ajax, multiple and lazy pagination, Twitter-style and Digg-style pagination.


Keywords
django, pagination, ajax
License
Other
Install
pip install django-endless-pagination==2.0

Documentation

This project is abandoned.

Thanks to the community that supported django-endless-pagination over time. I do not have time to properly maintain and develop this application. From now on, please use one of the great forks like https://github.com/shtalinberg/django-el-pagination

Django Endless Pagination can be used to provide Twitter-style or Digg-style pagination, with optional Ajax support and other features like multiple or lazy pagination.

The initial idea, which has guided the development of this application, is to allow pagination of web contents in very few steps.

Documentation is avaliable online, or in the docs directory of the project.

To file bugs and requests, please use https://github.com/frankban/django-endless-pagination/issues.

The source code for this app is hosted at https://github.com/frankban/django-endless-pagination.

The Mercurial repository of this project is hosted at https://bitbucket.org/frankban/django-endless-pagination.