skillfed

django-admin-tools

A collection of tools for the django administration interface

django-admin-tools v0.9.3 208.7K downloads/30d#9,527 on PyPI897
Permissive license MIT License Abandoned released

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-tools

uv

uv add django-admin-tools

poetry

poetry add django-admin-tools

Installing 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

Development Status :: 5 - Production/StableEnvironment :: Web EnvironmentFramework :: Django :: 1.11Framework :: Django :: 2.1Framework :: Django :: 2.2Framework :: Django :: 3.0Framework :: Django :: 3.1Framework :: Django :: 3.2Framework :: Django :: 4.0Intended Audience :: DevelopersLicense :: OSI Approved :: MIT LicenseOperating System :: OS IndependentProgramming Language :: Python :: 2Programming Language :: Python :: 2.7Programming Language :: Python :: 3Programming Language :: Python :: 3.5Programming Language :: Python :: 3.6Programming Language :: Python :: 3.7Programming Language :: Python :: 3.8Programming Language :: Python :: 3.9Topic :: Software Development :: Libraries :: Python Modules

Tags

django admin dashboard customizationdjango admin interface extensionsdjango admin menu bardjango admin themingcustomize django admin interfacedjango admin ui toolsdjango admin panel customization
django-adminui-customizationabandoned

More Python Modules packages

idna

Converts domain names between Unicode and…

permissive · top 100 on PyPI

setuptools

Setuptools is a Python build backend and…

permissive · top 100 on PyPI

PyYAML

PyYAML parses and emits YAML 1.1 data format,…

permissive · top 100 on PyPI

pydantic

Pydantic validates Python data structures…

permissive · top 100 on PyPI

annotated-types

Provides reusable metadata objects for use with…

permissive · top 100 on PyPI

typing-inspection

Provides runtime tools to inspect and…

permissive · top 100 on PyPI

django-adminplus

Adds custom admin views to Django's admin…

permissive · top 5,000 on PyPI

django-admin-interface

Replaces Django's default admin interface with…

permissive · top 15,000 on PyPI

django-jazzmin

A drop-in Django admin theme that reskins the…

permissive · top 15,000 on PyPI

django-extensions

Provides a collection of custom management…

permissive · top 5,000 on PyPI

django-logentry-admin

Registers Django's built-in LogEntry model in…

permissive · top 15,000 on PyPI

django-grappelli

Django Grappelli replaces the default Django…

permissive · top 15,000 on PyPI

django-admin-extra-buttons

Adds custom buttons, links, and views to Django…

permissive · top 15,000 on PyPI

django-contrib-comments

Provides a Django framework for attaching…

permissive · top 15,000 on PyPI

djangocms-admin-style

Provides styled CSS templates and admin…

permissive · top 15,000 on PyPI

django-unfold

Replaces Django's default admin interface with…

permissive · top 5,000 on PyPI