Skip to main content

Nice paginator for Django

Project description

This Django app provides a templatetag to render pagination widgets which include a range of pages around the current active one.

docs/_static/example.png?stop-caching-me

Status

https://travis-ci.org/mvantellingen/django-rangepaginator.svg?branch=master http://codecov.io/github/mvantellingen/django-rangepaginator/coverage.svg?branch=master https://img.shields.io/pypi/v/django-rangepaginator.svg

Installation

pip install django_rangepaginator

Update your Django settings:

INSTALLED_APPS += [
    'django_rangepaginator'
]

Usage

{% load rangepaginator %}
{% paginate page request=request %}

The following options are available:

  • distance: number of pages around current active one (default = 2)

  • edge: number of pages at the start and end (default = 1)

  • extra_class: add extra css classes to the pagination div (default = ‘’)

  • text_labels: use strings for previous/next instead of symbols (default = True)

Demo

A sandbox environment is available in the repository, run the following:

./sandbox/manage.py migrate
./sandbox/manage.py runserver

Bugs/features

Let me know! :-)

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-rangepaginator-1.0.0.tar.gz (6.3 kB view hashes)

Uploaded Source

Built Distribution

django_rangepaginator-1.0.0-py2.py3-none-any.whl (6.4 kB view hashes)

Uploaded Python 2 Python 3

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