Skip to content

incuna/incuna-pagination

Repository files navigation

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.