Skip to content

Adds pretty CSS styles for the django admin interface - added support for FeinCMS admin in feincms branch

License

Notifications You must be signed in to change notification settings

svleeuwen/djangocms-admin-style

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Added support for FeinCMS. See installation instructions below.

django CMS Admin Style

Adds pretty CSS styles for the django CMS admin interface.

https://raw.github.com/divio/djangocms-admin-style/gh-pages/images/img1.png

https://raw.github.com/divio/djangocms-admin-style/gh-pages/images/img3.png

Installation

  • add 'djangocms_admin_style' to your INSTALLED_APPS just before 'django.contrib.admin'

FeinCMS

When using FeinCMS you can install the feincms branch like this

pip install git+https://github.com/svleeuwen/djangocms-admin-style.git@feincms#egg=djangocms-admin-style

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/extrastyle.html.

Compiling CSS

  • Command line
sass --watch djangocms_admin_style/sass/:djangocms_admin_style/static/djangocms_admin_style/css/ --style compact

About

Adds pretty CSS styles for the django admin interface - added support for FeinCMS admin in feincms branch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 96.8%
  • HTML 2.7%
  • Python 0.5%