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.2.tar.gz.

File metadata

File hashes

Hashes for django-search-admin-autocomplete-0.1.2.tar.gz
Algorithm Hash digest
SHA256 1f0865c8f251fcbcae9452288741dd86919a1bd696e5db3444ae1a7b9dfc89ab
MD5 467f48edbeea6244c03db3f0e7031d83
BLAKE2b-256 07a3dd45e8f9521ab8f529dfe31ec3c24ef54278182a752e2513464ffa387848

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for django_search_admin_autocomplete-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 2a55aef3ee56e9d884946e6e7dedcf1371c23069feb5caaade53e9fc75d5aa43
MD5 62a574bbdcac86d40de65f2dfea78b03
BLAKE2b-256 1f33256cf9a6d863acb629908d0a599a544dda9bfa91faf2ba70b62de63edc3f

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