Add a search bar for registered models in Django admin
Project description
Django Admin Models Search
A Django package that adds a global search bar to the Django admin interface, allowing you to quickly search and navigate between registered models.
Features
- Adds a global search bar to the Django admin header.
- Provides suggestions for registered models as you type.
- Supports keyboard navigation for quick access.
- Fully customizable and easy to integrate.
Installation
Install the package via pip:
pip install django-admin-models-search
Configuration
- Add the app to your INSTALLED_APPS in settings.py
INSTALLED_APPS = [
# Other apps...
'django_admin_models_search',
]
- Include the package's URLs in your urls.py
from django.urls import path, include
urlpatterns = [
path('', include('django_admin_models_search.urls')),
]
Project details
Release history Release notifications | RSS feed
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django_admin_models_search-1.0.1.tar.gz.
File metadata
- Download URL: django_admin_models_search-1.0.1.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
39868ccc79cbd795acfa26d34cc7329476f874930df29313dec03aaf7e3f164f
|
|
| MD5 |
3abca82d4f2980ca4453b47eb5307849
|
|
| BLAKE2b-256 |
e3525cdba263ec9795350bb7bbc70f4c59f5fa56096ae85d2b0b057dabdd813f
|
File details
Details for the file django_admin_models_search-1.0.1-py3-none-any.whl.
File metadata
- Download URL: django_admin_models_search-1.0.1-py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c7b262fc0b09d8e69ad7944c6060081218dad636abbe3e4ecbfd19557eb7c174
|
|
| MD5 |
49df31b005da9ef34e56333b06742432
|
|
| BLAKE2b-256 |
2c4c93635f6a0fa30c44ecb790411bc24829f5d5fb799c2fe31d5ae606be6fe8
|