skillfed

djangocms-admin-style

Adds pretty CSS styles for the django CMS admin interface.

djangocms-admin-style v3.3.1 144.4K downloads/30d#11,152 on PyPI453
Permissive license BSD-3-Clause Active released

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

uv

uv add djangocms-admin-style

poetry

poetry add djangocms-admin-style

Installing 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

Development Status :: 5 - Production/StableEnvironment :: Web EnvironmentFramework :: DjangoFramework :: Django :: 2.2Framework :: Django :: 3.1Framework :: Django :: 3.2Framework :: Django :: 4.0Framework :: Django :: 4.1Framework :: Django :: 4.2Framework :: Django :: 5.0Framework :: Django CMSFramework :: Django CMS :: 3.10Framework :: Django CMS :: 3.11Framework :: Django CMS :: 3.6Framework :: Django CMS :: 3.7Framework :: Django CMS :: 3.8Framework :: Django CMS :: 3.9Framework :: Django CMS :: 4.0Framework :: Django CMS :: 4.1Intended Audience :: DevelopersLicense :: OSI Approved :: BSD LicenseOperating System :: OS IndependentProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.7Programming Language :: Python :: 3.8Programming Language :: Python :: 3.9Topic :: Internet :: WWW/HTTPTopic :: Internet :: WWW/HTTP :: Dynamic ContentTopic :: Software DevelopmentTopic :: Software Development :: Libraries

Tags

django cms admin stylingdjango admin css themecms admin interface customizationdjango admin dark mode supportdjango cms dashboard styling
django-cmsadmin-uitheming

More Software Development packages

typing-extensions

Provides backported and experimental type hints…

permissive · top 100 on PyPI

numpy

NumPy provides an N-dimensional array object…

permissive · top 100 on PyPI

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

annotated-doc

Provides a way to document function parameters,…

permissive · top 100 on PyPI

typer

Typer builds command-line applications from…

permissive · top 1,000 on PyPI

distlib

Distlib provides low-level packaging utilities…

permissive · top 1,000 on PyPI

django-admin-env-notice

Adds a colored banner to Django Admin to…

permissive · top 15,000 on PyPI

djangocms-text-ckeditor

Integrates CKEditor (v4.17.2) as a text editing…

permissive · top 15,000 on PyPI

django-admin-interface

Replaces Django's default admin interface with…

permissive · top 15,000 on PyPI

django-cms

django CMS is a Django-based content management…

permissive · top 15,000 on PyPI

django-sekizai

Django Sekizai provides template block…

permissive · top 15,000 on PyPI

django-fiber

Django Fiber is a lightweight Django CMS that…

permissive · top 15,000 on PyPI

django-classy-tags

Provides a class-based system for writing…

permissive · top 15,000 on PyPI

djangocms-attributes-field

Provides a Django model field and widget for…

permissive · top 15,000 on PyPI

django-colorfield

Adds a color field to Django models with an…

permissive · top 5,000 on PyPI

piccolo-admin

Piccolo Admin is a web-based admin interface…

permissive · top 15,000 on PyPI