Django app designed to help with the creation of list views with full functionality for searching, filtering, and sorting. If you want to report any bugs, you can use the github issue tracker. If you have comments, please email me at [email protected].
- Python 2.7 and 3+
- Django >=? (I am using 1.10.3 and 1.11)
- jQuery >= ? (I am using 1.12.0)
- FontAwesome 5 Icons installed or linked to your project (Bootstrap 4 no longer has glyphicons)
- Bootstrap 4 installed or linked to your project
Install the latest release using pip:
pip install django-search-filter-sort
Development version can be installed using pip install git+https://github.com/Macainian/Django-Search-Filter-Sort.git
, though be
warned that I don't guarantee anything about the development version. Sometimes it is completely broken because I am
in the middle of major code changes and swapping from one machine to another.
Under construction