accordion_presentation

It is a simple horizontal accordion for django cms


Keywords
tab, django, cms, django-cms, plugin
License
GPL-2.0
Install
pip install accordion_presentation==1.0.1

Documentation

Accordion presentation

It is a simple horizontal (cycle2) accordion for django cms 3.0.6 and django 1.7.

Installation

Install from pypi

$ pip install accordion_presentation

or clone from with git

$ git clone https://github.com/luisza/accordion_presentation.git
$ cd accordion_presentation
$ python setup.py install

Setup

And put in your apps

INSTALLED_APPS = (
    ...
    'accordion_presentation',
    'paintstore'
)

Run migrate

$ python manager.py migrate