django-admin-tools
A collection of tools for the django administration interface
What it is and what it does
django-admin-tools is a collection of extensions that customize Django's built-in admin interface. It provides a full-featured, draggable dashboard with collapsible modules, a customizable menu bar, and tools to simplify admin theming—allowing developers to replace Django's default admin look and layout with branded or improved versions.
The package has no runtime dependencies and installs as a pure Python wheel. It was actively maintained through Django 4.0 support (as of version 0.9.2 in December 2021) and received its final release in August 2023. However, the project is now abandoned with no active development, meaning it will not receive updates for newer Django or Python versions, and any bugs or security issues discovered will not be patched.
Use it for:
- Customize the Django admin dashboard with draggable, collapsible modules to display key metrics or app-specific information.
- Replace the default Django admin menu with a branded or reorganized menu structure tailored to your application's workflow.
- Apply consistent theming and styling to the admin interface without forking or heavily overriding Django's admin templates.
- Add bookmarks or quick-access shortcuts to frequently used admin pages via dashboard customization.
- Simplify admin interface for non-technical users by hiding unnecessary sections and highlighting relevant tools.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Extends Django's default admin interface with a customizable dashboard, menu bar, and theming tools to improve admin usability and appearance.
Yes, if you are on Django 1.11–4.0 and Python 2.7 or 3.5–3.9 and need admin customization without active maintenance risk. No, if you require ongoing security updates, compatibility with Django 4.1+, or expect future feature development—the project is abandoned and will not evolve. Evaluate whether your Django/Python versions are locked to the supported range and whether the customization features justify accepting a frozen, unmaintained dependency.
Install
django-admin-tools on PyPI
pip
pip install django-admin-toolsuv
uv add django-admin-toolspoetry
poetry add django-admin-toolsInstalling django-admin-tools
Before you install
Low install friction with no runtime dependencies. Maintenance status is abandoned—last release was 1100 days ago (August 2023), though the repository remains unarchived and received its final commit then. Production-stable classifiers suggest prior stability, but no active development or security updates should be expected.
License in practice
MIT License (permissive) allows free use, modification, and distribution with minimal restrictions, making it safe from a licensing standpoint for most projects.
Quickstart
pip install django-admin-tools
# In Django settings.py, add to INSTALLED_APPS:
INSTALLED_APPS = [
'admin_tools',
'admin_tools.theming',
'admin_tools.menu',
'admin_tools.dashboard',
'django.contrib.admin',
# ...
]
# Then customize via admin_tools configuration in settings or dashboard modules
Requires Django 1.11 or later; no explicit Python version constraint in metadata, but classifiers indicate support through Python 3.9. Requires manual configuration in Django settings to activate.
Verify before relying
- Whether the package works reliably with Django versions released after August 2023 (4.1+) given the abandoned maintenance status.
- Current test coverage and whether existing functionality remains compatible with modern Python/Django ecosystems without active maintenance.
- Whether the package's JavaScript dependencies (jQuery UI 1.13.2) have known security issues or are considered outdated.
Package facts
| License | MIT License (permissive) |
| Python support | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | none |
| Maintenance | abandoned — 1,100 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 208,704/month — #9,527 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: django_admin_tools-0.9.3-py2.py3-none-any.whl
Tags
More Python Modules packages
Converts domain names between Unicode and…
permissive · top 100 on PyPI
setuptoolsSetuptools is a Python build backend and…
permissive · top 100 on PyPI
PyYAMLPyYAML parses and emits YAML 1.1 data format,…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
annotated-typesProvides reusable metadata objects for use with…
permissive · top 100 on PyPI
typing-inspectionProvides runtime tools to inspect and…
permissive · top 100 on PyPI
django-adminplusAdds custom admin views to Django's admin…
permissive · top 5,000 on PyPI
django-admin-interfaceReplaces Django's default admin interface with…
permissive · top 15,000 on PyPI
django-jazzminA drop-in Django admin theme that reskins the…
permissive · top 15,000 on PyPI
django-extensionsProvides a collection of custom management…
permissive · top 5,000 on PyPI
django-logentry-adminRegisters Django's built-in LogEntry model in…
permissive · top 15,000 on PyPI
django-grappelliDjango Grappelli replaces the default Django…
permissive · top 15,000 on PyPI
django-admin-extra-buttonsAdds custom buttons, links, and views to Django…
permissive · top 15,000 on PyPI
django-contrib-commentsProvides a Django framework for attaching…
permissive · top 15,000 on PyPI
djangocms-admin-styleProvides styled CSS templates and admin…
permissive · top 15,000 on PyPI
django-unfoldReplaces Django's default admin interface with…
permissive · top 5,000 on PyPI