You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

incuna-pagination

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

incuna-pagination

Utilities for paginated views.

0.1.3
pipPyPI
Maintainers
1

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.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts