shike021 / django-el-pagination

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django EL(Endless) Pagination

Django EL(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.

This app django-el-pagination forked from django-endless-pagination==2.0 (https://github.com/frankban/django-endless-pagination)

From version 3.0.0 drop support Django<1.8. For support Django<1.8 use django-endless-pagination==2.x.x

From version 3.3.0 drop support Django<1.11. For support Django<1.11 use django-endless-pagination<3.3.x

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

Documentation is available online, or in the doc directory of the project.

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

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

Pull requests are welcome. See Contributing Guide.

About

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

License:MIT License


Languages

Language:Python 87.2%Language:HTML 7.4%Language:JavaScript 3.2%Language:Makefile 1.5%Language:CSS 0.6%Language:Shell 0.1%