Skip to content

Backend and frontend components to help with making a fast and complete list view

License

Notifications You must be signed in to change notification settings

Macainian/Django-Search-Filter-Sort

Repository files navigation

Version License Python

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].

Requirements

  • 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

Installation

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.

Usage example

Under construction

About

Backend and frontend components to help with making a fast and complete list view

Resources

License

Stars

Watchers

Forks

Packages

No packages published