Skip to main content

It is a simple horizontal accordion for django cms

Project description

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

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

accordion_presentation-1.0.1.tar.gz (24.2 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