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.
Release files for django-simple-pagination 1.1.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-simple-pagination-1.1.3.tar.gz | 9.2 kB | Details |
Release files / django-simple-pagination-1.1.3.tar.gz
| Download URL | django-simple-pagination-1.1.3.tar.gz |
|---|---|
| Size | 9.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
51195945ddef83647d15f46d494695fb3863a0dcbc7be818b122b3bfe49d655e
|
|
BLAKE2b-256 checksum How to use checksums |
01e3164784bd9d44f80a98c489ccedae8b7f3ceb0cfc0dbc2e6116837b156eea
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |