incuna / incuna-pagination

Templates and tags for easy display of paginated data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Templates and tags for easy display of paginated data.

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 82.3%Language:HTML 10.2%Language:Makefile 7.5%