Django Sorting Bootstrap is a pluggable mini-API to easy add sorting for querysets, links and table headers in Django templates. There is also a new tag that creates headers for sorting tables using Bootstrap's layout.
- Python 3.7+
- Django 2.0+
- Bootstrap 3+
You can install Django Sorting Bootstrap via pip from PyPI:
$ pip install django-sorting-bootstrap
Complete instructions on installation and usage are found in docs
directory and online at
https://django-sorting-bootstrap.readthedocs.io.
Contributions are very welcome. To learn more, see the Contributor Guide.
Distributed under the terms of the MIT license, Django Sorting Bootstrap is free and open source software.
This app is based on Agiliq's django-sorting 0.1. It has two improvements over it: the new tags and the Twitter Bootstrap compliance idea.