Skip to main content

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

  1. Add the app to your INSTALLED_APPS in settings.py
INSTALLED_APPS = [
    # Other apps...
    'django_admin_models_search',
]
  1. 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


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_models_search-1.0.1.tar.gz (5.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_admin_models_search-1.0.1-py3-none-any.whl (6.6 kB view details)

Uploaded Python 3

File details

Details for the file django_admin_models_search-1.0.1.tar.gz.

File metadata

File hashes

Hashes for django_admin_models_search-1.0.1.tar.gz
Algorithm Hash digest
SHA256 39868ccc79cbd795acfa26d34cc7329476f874930df29313dec03aaf7e3f164f
MD5 3abca82d4f2980ca4453b47eb5307849
BLAKE2b-256 e3525cdba263ec9795350bb7bbc70f4c59f5fa56096ae85d2b0b057dabdd813f

See more details on using hashes here.

File details

Details for the file django_admin_models_search-1.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for django_admin_models_search-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 c7b262fc0b09d8e69ad7944c6060081218dad636abbe3e4ecbfd19557eb7c174
MD5 49df31b005da9ef34e56333b06742432
BLAKE2b-256 2c4c93635f6a0fa30c44ecb790411bc24829f5d5fb799c2fe31d5ae606be6fe8

See more details on using hashes here.

Supported by

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