Skip to main content

django-cms plugin that allow to create accordions on the frontend.

Project description

CMSPlugin Accordion
============

django-cms plugin that allow to create accordions on the frontend.

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

To get the latest stable release from PyPi

.. code-block:: bash

pip install cmsplugin-accordion

To get the latest commit from GitHub

.. code-block:: bash

pip install -e git+git://github.com/bitmazk/cmsplugin-accordion.git#egg=cmsplugin_accordion

TODO: Describe further installation steps (edit / remove the examples below):

Add ``cmsplugin_accordion`` to your ``INSTALLED_APPS``

.. code-block:: python

INSTALLED_APPS = (
...,
'cmsplugin_accordion',
)

Don't forget to migrate your database

.. code-block:: bash

./manage.py migrate cmsplugin_accordion


Usage
-----

1. Create a new ``Accordion`` instance via the Django admin.
2. Create a few ``AccordionRow`` instances via the Django admin that belong
to the Accordion instance you created before.
3. Go to one of your CMS pages and add the ``Accordion Plugin``
4. Edit the ``cmsplugin_accordion/accordion_plugin.html`` template to your
liking.

That's it. You should now be able to embed accordions into your placeholders.


Contribute
----------

If you want to contribute to this project, please perform the following steps

.. code-block:: bash

# Fork this repository
# Clone your fork
mkvirtualenv -p python2.7 cmsplugin-accordion
make develop

git co -b feature_branch master
# Implement your feature and tests
git add . && git commit
git push -u origin feature_branch
# Send us a pull request for your feature branch

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

cmsplugin-accordion-0.2.2.tar.gz (10.3 kB view details)

Uploaded Source

File details

Details for the file cmsplugin-accordion-0.2.2.tar.gz.

File metadata

File hashes

Hashes for cmsplugin-accordion-0.2.2.tar.gz
Algorithm Hash digest
SHA256 ebf2af50d84676c23dc748fba180b9281eba68f48eef2425f9b07d2cf82826f1
MD5 2af1b3a2bdac3d501b1a25758a02a1a6
BLAKE2b-256 d1420b5b92557a4e30b5a2035070c6f5a551198de43f07c93116695cb6b64dd3

See more details on using hashes here.

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