Adds pretty CSS styles for the django CMS admin interface.
Project description
Overview
The Django CMS Simple Admin Style is a lightweight alternative to the comprehensive Django CMS Admin Style. Its goal is to refine the Django CMS interface with minimalistic changes:
Standardizing color schemes with Django CMS.
Making minimal CSS adjustments like adding button borders for interface consistency.
Restraining from interfering with Django’s admin styling.
Removing headers from Django CMS’ sidebar and modal.
All stylesheets are combined into a single CSS file under 10kB.
Browser Support
The Django CMS Simple Admin Style uses CSS nesting to maintain a small stylesheet size, which makes it incompatible with Internet Explorer. It does work with all current versions of modern browsers. Visit CanIUse for more information on CSS features compatibility.
Installation
For a manual installation:
Run pip install djangocms-simple-admin-style
Add djangocms_simple_admin_style to your INSTALLED_APPS just before 'django.contrib.admin'
Configuration
While the Django CMS Simple Admin Style overrides Django admin’s base_site.html, you can still customize this page using the source of templates/admin/base_site.html and override the templates included in various blocks. For instance, you can insert your own CSS in templates/admin/inc/extrastyle.html.
The following additional settings can be set:
CMS_ENABLE_UPDATE_CHECK = True Set to False to disable the update notification.
CMS_UPDATE_CHECK_TYPE = ‘patch’ Set to ‘patch’ to get only patch notifications. (major = x.x.x, minor = 5.x.x, patch = 5.0.x)
The update checker does not gather or record any data - however, it does query pypi.org for the latest version number.
Contributing
To contribute:
Set up the development environment with nvm use and npm install.
Changes should be made in private/djangocms-simple-admin.css.
Use . ./minify-css to minify the updated CSS file.
Icons
djangocms-simple-admin-style uses icons from Bootstrap Icons. These icons are licensed under MIT License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file djangocms_simple_admin_style-2.0.1.tar.gz.
File metadata
- Download URL: djangocms_simple_admin_style-2.0.1.tar.gz
- Upload date:
- Size: 12.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
039febe6ab67bcd422f3f9750c9b2896fa9f8ef8178bb2fc6bba6788aa807aff
|
|
| MD5 |
b57c2e4c2501309588e3397234d619db
|
|
| BLAKE2b-256 |
d865e92bfee319fa2367e2654ebf211e67b0f4332137b5ee91161df22121a61f
|
File details
Details for the file djangocms_simple_admin_style-2.0.1-py3-none-any.whl.
File metadata
- Download URL: djangocms_simple_admin_style-2.0.1-py3-none-any.whl
- Upload date:
- Size: 19.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4fd271a8acd64088c61f23843530507ec5eda76190480e729e55b8221c42091e
|
|
| MD5 |
60b11ae57d93cd87a150c78ef9f7c970
|
|
| BLAKE2b-256 |
0b6393d79006f7d29ea8cea27fad632483f79436df74aa06f7940091488993be
|