Skip to main content

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

Project description

CSS Background
==============

Description
-----------

``djangocss_background`` is a
`django-cms <https://github.com/divio/django-cms>`__ plugin which allow
you to edit css background image or color from the edit mode

Depends
-------

- `django-cms <https://github.com/divio/django-cms>`__
- `djangocms\_placeholder\_attr <https://github.com/WnP/cms_placeholder_attr>`__
- `django-filer <https://github.com/stefanfoulis/django-filer>`__

Installation
------------

- Download the source and run ``python setup.py install``
- Syncronize the models: ``python manage.py syncdb`` (with south or
django 1.7 use migrations)
- Put in your INSTALLED\_APPS:
``INSTALLED_APPS += ('djangocms-css-background', )``

Usage
-----

you can define your template like this:

.. code:: django

{% load placeholder_tags placeholder_attr %}

<div style="{% placeholder_attr 'My Background Css Placeholder' 'CssBackground' 'css_background' %}">
{% placeholder 'My Background Css Placeholder' %}
</div>

remember to set the same name of a placeholder in the placeholder\_attr
name parameter.

after that set the provide a ``CSS Background`` plugin for this
placeholder, and chose an image, or set rgb or rgba for a colored
background

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

djangocms-css-background-1.0.1b.tar.gz (3.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page