djangocms-admin-style
Adds pretty CSS styles for the django CMS admin interface.
author | Ales Kocjancic |
author_email | alesdotio@gmail.com |
classifiers |
|
license | BSD License |
platform |
|
File | Size | Python | Type | Tox results | History |
---|---|---|---|---|---|
djangocms-admin-style-1.0.7.post1.tar.gz
|
|
|
Uploaded
to nephila/dev
by nephila
|
||
djangocms_admin_style-1.0.7.post1-py2.py3-none-any.whl
|
|
|
|
Uploaded
to nephila/dev
by nephila
|
Adds pretty CSS styles for the django CMS admin interface.
![]() |
![]() |
![]() |
![]() |
- the shortcuts you see on top of the dashboard are from django-admin-shortcuts
Installation
- add 'djangocms_admin_style' to your INSTALLED_APPS just before 'django.contrib.admin'
Customization
The django CMS Admin Style overrides django admin’s base_site.html, but you can still partially customize this page. Look at the source of templates/admin/base_site.html and override the templates that are included in various blocks. For example, you can add your own CSS in templates/admin/inc/extrastyle.html.
Compiling CSS
- Command line
gulp
- for compiling the sass file, you need to npm install