A simple pagination app for Django.
Project description
Django-Simple-Pagination
=========================
Django-Simple-Pagination is a simple Django app to for digg-style pagination with little effort.
**Documentation** is `avaliable online
<http://django-simple-pagination.readthedocs.org/>`_, or in the docs
directory of the project.
Quick start
-----------
1. Install 'Django-Simple-Pagination' using the following command::
pip install django-simple-pagination
2. Add ``simple_pagination`` to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'simple_pagination',
]
2. In templates use ``{% paginate entities %}`` to get pagination objects.
3. In templates use ``{% show_pageitems %}`` to get digg-style page links.
=========================
Django-Simple-Pagination is a simple Django app to for digg-style pagination with little effort.
**Documentation** is `avaliable online
<http://django-simple-pagination.readthedocs.org/>`_, or in the docs
directory of the project.
Quick start
-----------
1. Install 'Django-Simple-Pagination' using the following command::
pip install django-simple-pagination
2. Add ``simple_pagination`` to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'simple_pagination',
]
2. In templates use ``{% paginate entities %}`` to get pagination objects.
3. In templates use ``{% show_pageitems %}`` to get digg-style page links.
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.1.3.tar.gz
.
File metadata
- Download URL: django-simple-pagination-1.1.3.tar.gz
- Upload date:
- Size: 9.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
51195945ddef83647d15f46d494695fb3863a0dcbc7be818b122b3bfe49d655e
|
|
MD5 |
acea5a04023a4aefafed0fe1189b6f7b
|
|
BLAKE2b-256 |
01e3164784bd9d44f80a98c489ccedae8b7f3ceb0cfc0dbc2e6116837b156eea
|