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.
incuna-pagination
is on PyPI, so you can install it with pip install incuna-pagination
. Add pagination
to your INSTALLED_APPS
.
{% include "includes/_pagination.html" %}
will add the pagination display to a Django template.