thomst / django-more-admin-filters

Django-more-admin-filters is a collection of django admin filters with a focus on filters using dropdown widgets, multiple choice filters and filters working with annotated attributes.
BSD 3-Clause "New" or "Revised" License
98 stars 26 forks source link

Add some screenshots #1

Closed fabiocaccamo closed 4 years ago

fabiocaccamo commented 4 years ago

Hello, from the description this library looks promising, I will try it soon. Could you add some screenshots of the different admin filters in the README.

thomst commented 4 years ago

@fabiocaccamo Hi. You can easily try out the admin filters by running the testapp:

git clone https://github.com/thomst/django-more-admin-filters.git
cd django-more-admin-filters/tests/
python manage.py migrate
python manage.py createtestdata
python manage.py runserver

Then you can login at localhost:8000 as admin with password adminpassword and checkout all the filters for ModelA.