Skip to main content

Digg-like Paginator from Django Snippets

Project description

Digg-like paginator for Django.

Originaly posted on Django snippets site by miracle2k http://blog.elsdoerfer.name/ at django snippets site https://djangosnippets.org/snippets/773/

To setup use:

pip install django_digg_paginator

Can be used with generic ListView as simple as:

from digg_paginator import DiggPaginator

class MyCustomView(ListView):

paginator_class = DiggPaginator

Аnd add template like in original django snippet info

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-digg-paginator-0.1.1.tar.gz (16.6 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