Skip to main content

A super-simple set of pagination tools for Django 1.8+

Project description

https://badge.fury.io/py/dj-paginator.png https://travis-ci.org/pydanny/dj-paginator.png?branch=master

A super-simple set of pagination tools for Django 1.8+

Documentation

The full documentation will soon be at https://dj-paginator.readthedocs.org.

Features

  • Super simple code base.

  • Easy to create and switch themes.

  • Really good documentation! (coming soon)

  • Really good tests! (coming soon)

  • Class-Based View mixin so you don’t need to load template tags (coming soon)

Quickstart

Install dj-paginator:

pip install dj-paginator

In your installed apps:

INSTALLED_APPS = [
    'paginator'
]

In your list view:

class MyListView(ListView):
    model = MyModel
    paginate_by = 10

In your list view template:

{% load paginator_tags %}

{% paginator %}

Done!

Switching to a new theme method 1

# Currently defaults to bootstrap.
# I'll add foundation soon.
PAGINATOR_THEME = 'foundation'

Switching to a new theme method 2

{% load paginator_tags %}

{# Is the default #}
{% bootstrap_paginator %}

{# For when I add the foundation theme#}
{% foundation_paginator %}

History

0.1.0 (2015-07-26)

  • First release on PyPI.

  • Inception

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

dj-paginator-0.2.1.tar.gz (7.0 kB view details)

Uploaded Source

Built Distribution

dj_paginator-0.2.1-py2.py3-none-any.whl (7.0 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file dj-paginator-0.2.1.tar.gz.

File metadata

File hashes

Hashes for dj-paginator-0.2.1.tar.gz
Algorithm Hash digest
SHA256 151f63e1413b4f6e1aa4672622e3d543411e1d8078ac506808c78f621bfc8ef7
MD5 f0c68e79369e647f5f0ce1931b8d6658
BLAKE2b-256 e0c6e74cc3bed6525d2c778b6a153e35bb826029e24ba4da690b803c14b91dc7

See more details on using hashes here.

File details

Details for the file dj_paginator-0.2.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for dj_paginator-0.2.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 505204fc2a1ac962540584ee6098b69c7a6d1cc69c12ad85b4c18e1b9804e0e4
MD5 35e940f9269cbfd39517bcbbb34bbdb2
BLAKE2b-256 d6bba8fb9629c6bc95d4a02ae853736fe012a77ad875b567fdddd46f785228d8

See more details on using hashes here.

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