Django Rangepaginator 1.2.0 | Coderz Repository

django-rangepaginator 1.2.0

Last updated:

0 purchases

django-rangepaginator 1.2.0 Image
django-rangepaginator 1.2.0 Images

Free

Languages

Categories

Add to Cart

Description:

djangorangepaginator 1.2.0

This Django app provides a templatetag to render pagination widgets which include a range of pages around the current active one.


Status





Installation
pip install django_rangepaginator
Update your Django settings:
INSTALLED_APPS += [
'django_rangepaginator'
]

# Use bootstrap4 template
RANGE_PAGINATOR_TEMPLATE = 'django_rangepaginator/bootstrap3.html'

# Use bootstrap3 template (default)
RANGE_PAGINATOR_TEMPLATE = 'django_rangepaginator/bootstrap4.html'


Usage
{% load rangepaginator %}
{% paginate page request=request %}
The following options are available:

distance: number of pages around current active one (default = 2)
edge: number of pages at the start and end (default = 1)
extra_class: add extra css classes to the pagination div (default = ‘’)
text_labels: use strings for previous/next instead of symbols (default = True)



Demo
A sandbox environment is available in the repository, run the following:
./sandbox/manage.py migrate
./sandbox/manage.py runserver


Bugs/features
Let me know! :-)

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.