Django Sorting Bootstrap

MAINTAINER NEEDED: this project is complete but won’t be updated until further notice. If you have interest in improving it, please contact me by creating an issue here .

PyPI Python Version License

Read the documentation at https://django-sorting-bootstrap.readthedocs.io/ Tests

pre-commit Black

Features

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.

Requirements

  • Python 3.7+

  • Django 2.0+

  • Bootstrap 3+

Installation

You can install Django Sorting Bootstrap via pip from PyPI:

$ pip install django-sorting-bootstrap

Documentation

Complete instructions on installation and usage are found in docs directory and online at https://django-sorting-bootstrap.readthedocs.io.

Contributing

Contributions are very welcome. To learn more, see the Contributor Guide.

License

Distributed under the terms of the MIT license, Django Sorting Bootstrap is free and open source software.

Credits

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.