django-pagination-py3

django-pagination-py3


Keywords
pagination, django
License
BSD-3-Clause
Install
pip install django-pagination-py3==1.2.0

Documentation

django-pagination-py3

A port of django-pagination to Python 3, also compatible with Python 2.x ;)

Installation

Install it from pypi.python.org:

pip install django-pagination-py3

or just clone this repository and run:

python setup.py install

Usage

Use it the same way you use django-pagination.