Skip to main content

A simple pagination app for Django.

Project description

Django-Simple-Pagination
=====

Django-Simple-Pagination is a simple Django app to for pagination.

Detailed documentation is in the "docs" directory.

Quick start
-----------

1. Install 'Django-Simple-Pagination' using the following command.
pip install django-simple-pagination

1. Add "simple_pagination" to your INSTALLED_APPS setting like this::

INSTALLED_APPS = [
...
'simple_pagination',
]
2. In templates use {% paginate entities %} to get pagination objects.
3. In templates use {% show_pages %} for getting the pages details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-simple-pagination-1.1.1.tar.gz (9.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page