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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Close
Hashes for accordion_presentation-1.0.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3b3e6b1289c099c1abd6a2aaa6c0032156f9f7e2d4fe680e7340a7fec9f631d2 |
|
MD5 | de38bb96b78c58e7e33a3053085071da |
|
BLAKE2b-256 | 031e763ed316912e4cfd6e6041fe17e9ef3ee8166084b8051bb7ea23e5dcfb68 |