/djangocms-css-background

a django-cms plugin which allow you to edit css background image or color from the edit mode

Primary LanguagePythonMIT LicenseMIT

CSS Background

Description

Fork of https://github.com/WnP/djangocms-css-background.

Does the same thing that the djangocms-css-background does, but also allows nesting and adding inline styles. Also, app label has underscores instead of dashes.

Depends

Installation

  • pip install git+git://github.com/anka-sirota/djangocms-css-background.git#egg=djangocms_css_background;
  • Syncronize the models: python manage.py migrate;
  • Put in your INSTALLED_APPS: INSTALLED_APPS += ('djangocms_css_background', )

Usage

Select "CSS Background" from the list of available plugins, choose background, and then nest more plugins inside it.