djangocms-admin-style
Adds pretty CSS styles for the django CMS admin interface.
What it is and what it does
djangocms-admin-style is a Django app that replaces the default Django admin interface styling with a custom CSS theme designed for Django CMS. It ships as a pre-built wheel with no compilation required at install time, depending only on Django itself. The package overrides Django admin's base_site.html template and provides a cohesive visual design across the admin dashboard, list views, and form elements.
The package includes built-in support for Django's dark mode (available since Django 3.1) through CSS variables that adapt to the selected theme. It allows selective customization by letting you override specific template blocks, and provides a .djangocms-admin-style selector for apps to conditionally apply styles when the package is installed. Configuration options control update notifications and their granularity.
Use it for:
- Apply a consistent, professional admin interface theme to Django CMS projects without writing custom CSS
- Enable dark mode support in Django admin while maintaining visual consistency with the CMS design
- Customize admin styling per-app by using the .djangocms-admin-style selector for conditional CSS rules
- Integrate optional admin shortcuts into the dashboard for quick navigation in Django CMS installations
- Maintain admin UI consistency across multiple Django versions (2.2 through 5.0) in a single project
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides styled CSS templates and admin interface customizations for Django CMS, replacing the default Django admin appearance with a themed alternative.
Yes. This is a stable, actively maintained styling package with low install friction, no security vulnerabilities, and broad Django version support. Install it if you run Django CMS and want a polished admin interface without building custom CSS. The permissive BSD license poses no restrictions. Only skip it if you prefer the default Django admin appearance or have conflicting admin customizations.
Install
djangocms-admin-style on PyPI
pip
pip install djangocms-admin-styleuv
uv add djangocms-admin-stylepoetry
poetry add djangocms-admin-styleInstalling djangocms-admin-style
Before you install
Low friction install with a single Django dependency. Active maintenance with recent commits and 453 repository stars. Supports Django versions 2.2 through 5.0 and Python 3.7 and above.
License in practice
BSD-3-Clause permissive license allows commercial and private use with minimal restrictions; you must include the license text and original copyright notice.
Quickstart
pip install djangocms-admin-style
# In settings.py, add to INSTALLED_APPS before 'django.contrib.admin':
INSTALLED_APPS = [
'djangocms_admin_style',
'django.contrib.admin',
]
# Then run:
python manage.py migrate djangocms_admin_style
Requires Django to be installed and configured; the package must be added to INSTALLED_APPS before django.contrib.admin to override templates correctly.
Verify before relying
- Whether the optional django-admin-shortcuts integration works with all supported Django versions listed
- Performance impact of CSS variable-based theming on large admin interfaces
- Compatibility with third-party Django admin packages beyond django-admin-shortcuts
Package facts
| License | BSD-3-Clause (permissive) |
| Python support | supports the current Python release (>=3.7) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — Django |
| Maintenance | actively maintained — 897 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 144,389/month — #11,152 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: djangocms_admin_style-3.3.1-py3-none-any.whl
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
django-admin-env-noticeAdds a colored banner to Django Admin to…
permissive · top 15,000 on PyPI
djangocms-text-ckeditorIntegrates CKEditor (v4.17.2) as a text editing…
permissive · top 15,000 on PyPI
django-admin-interfaceReplaces Django's default admin interface with…
permissive · top 15,000 on PyPI
django-cmsdjango CMS is a Django-based content management…
permissive · top 15,000 on PyPI
django-sekizaiDjango Sekizai provides template block…
permissive · top 15,000 on PyPI
django-fiberDjango Fiber is a lightweight Django CMS that…
permissive · top 15,000 on PyPI
django-classy-tagsProvides a class-based system for writing…
permissive · top 15,000 on PyPI
djangocms-attributes-fieldProvides a Django model field and widget for…
permissive · top 15,000 on PyPI
django-colorfieldAdds a color field to Django models with an…
permissive · top 5,000 on PyPI
piccolo-adminPiccolo Admin is a web-based admin interface…
permissive · top 15,000 on PyPI