Skip to main content

A simple Django app to render list filters in django admin using autocomplete widget

Project description


Django Inspectdb Refactor
========================
A simple Django app to render list filters in django admin using autocomplete widget.

Overview:
---------

Django comes preshipped with an admin panel which is a great utility to create quick CRUD's.
The django 2.0 came with much needed autocomplete_fields which uses select2 widget that comes with a search feature that loads the options asynchronously.
We can use this in django admin list filter.



Requirements:
-----------
Requires Django version >= 2.0

Installation:
------------
You can install it via pip or to get the latest version clone this repo.

`
pip install django-admin-autocomplete-filter
`

Add ``admin_auto_filters`` to your ``INSTALLED_APPS`` inside settings.py of your project.

Usage:
-----
dfdf


License:
--------
Django Inspectdb Refactor is an Open Source project licensed under the terms of the GNU GENERAL PUBLIC LICENSE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-admin-autocomplete-filter-0.2.tar.gz (17.0 kB view hashes)

Uploaded Source

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page