Skip to content

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

License

Notifications You must be signed in to change notification settings

gustavo-sdo/django-selectable-filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published