/django-selectable-filter

The filterspec to the Django administration that allow you to filter records using the resources of django-selectable library

Primary LanguagePythonMIT LicenseMIT

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