A simple pagination app for Django.
Project description
Django Simple Pagination is a simple Django app to for digg-style pagination with little effort.
Documentation is avaliable online, or in the docs directory of the project.
Quick start
Install ‘Django-Simple-Pagination’ using the following command:
pip install django-simple-pagination
Add simple_pagination to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'simple_pagination', ]
In templates use {% load paginate %} to load all pagination template tags
In templates use {% paginate no_of_records entities %} to get pagination objects.
Here no_of_records means no of objects to display in a page and entities means the list of objects
In templates use {% show_pageitems %} to get digg-style page links.
Questions, Comments, etc?
We welcome your feedback and support, raise github ticket if you want to report a bug. Need new features? Contact us here
Visit our Django web development page Here
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-simple-pagination-1.3.tar.gz
.
File metadata
- Download URL: django-simple-pagination-1.3.tar.gz
- Upload date:
- Size: 10.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/2.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a12ff1f159c9481030b29dbb996eda44c2a7338c317043feea5b28df122e7c6f |
|
MD5 | eea787562655ac75c7226f447e5bfa32 |
|
BLAKE2b-256 | 440138c0759d4af71220b7eb4973cc8ecc70af4591751e4f5d1d754f45cb80a1 |