Skip to main content

Simple django app that add autocomplete to search inside admin panel.

Project description

Simple django app that add autocomplete to search inside admin panel.

Tested only with Python 3 and Django 1.10.

doc/demo.gif

Installation

pip install django-search-admin-autocomplete
# OR
pip install git+https://github.com/linevich/django-search-admin-autocomplete.git
INSTALLED_APPS = [
...
'search_admin_autocomplete',
...
]

Usage

from search_admin_autocomplete.admin import SearchAutoCompleteAdmin

class MyModelAdmin(SearchAutoCompleteAdmin)
    search_fields = ['search_field', ]

admin.site.register(MyModel, MyModelAdmin)

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

Built Distribution

File details

Details for the file django-search-admin-autocomplete-0.1.1.tar.gz.

File metadata

File hashes

Hashes for django-search-admin-autocomplete-0.1.1.tar.gz
Algorithm Hash digest
SHA256 1e25852c4cf4919a8e42149d87c72be522a2e419599777a108c203f15046ed0f
MD5 8dd5e56ebb76a192a2909768e842de9b
BLAKE2b-256 2b894087b2047ef069d5c4a9efd18fbc4f1fc07ae85195124a96dcbbfa4bb132

See more details on using hashes here.

Provenance

File details

Details for the file django_search_admin_autocomplete-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for django_search_admin_autocomplete-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 b74e1b425a40305ddd734ec1c82763280a32d48d1ea946a017c853f8617d5939
MD5 610a93eda053776315036d592b33575e
BLAKE2b-256 c01a06bd9fbdcc4a4fd83ab5c3f3bc86a7d6b975907f505c21e84ec27d7581e5

See more details on using hashes here.

Provenance

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