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 Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

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

File details

Details for the file django_admin_models_search-1.0.0.post1-py3-none-any.whl.

File metadata

File hashes

Hashes for django_admin_models_search-1.0.0.post1-py3-none-any.whl
Algorithm Hash digest
SHA256 f963365434802e079a4021c6c565f2b308715ee0064da9744b8983be44b9b6d8
MD5 2408e224256d47d600ba38333c2a40b4
BLAKE2b-256 eb3b8e524ee9358d1b869f1f7a3b6f2be1d18907d47a5e35084bc4986825d872

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