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/ 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

and addig a temaplate like in origial 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.3.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