Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 478 Bytes

README.rst

File metadata and controls

27 lines (17 loc) · 478 Bytes

django-selectable-filter

Installation

Use pip/easy_install

pip install django-selectable-filter

Add selectable_filter to settings.INSTALLED_APP. For this, edit the setup.py file:

INSTALLED_APPS = (
    ...
    'selectable_filter'
)

Inspiration

This project was inspired on library django-datefilterspec

https://github.com/tzulberti/django-datefilterspec