--- id: django-admin-tools version: "0.9.3" license: MIT License license_treatment: permissive maintenance: abandoned --- # django-admin-tools — A collection of tools for the django administration interface License: permissive · Maintenance: abandoned · Downloads: 208.7K/mo ## 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 above — 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 pip install django-admin-tools uv add django-admin-tools 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: unspecified - Install friction: low - Maintenance: abandoned - Downloads: 208.7K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags django admin dashboard customization, django admin interface extensions, django admin menu bar, django admin theming, customize django admin interface, django admin ui tools, django admin panel customization, django-admin, ui-customization, abandoned [View on SkillFed](https://skillfed.io/packages/django-admin-tools) · [View on PyPI](https://pypi.org/project/django-admin-tools/)