Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 639 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 639 Bytes

incuna-pagination Build Status

Utilities for paginated views.

  • Provides a template tag that allows you to generate URLs with modified querystrings.
  • Provides an include template that displays a nice pagination menu.

Installation

incuna-pagination is on PyPI, so you can install it with pip install incuna-pagination. Add pagination to your INSTALLED_APPS.

Usage

{% include "includes/_pagination.html" %} will add the pagination display to a Django template.