Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/divio/djangocms-accordion
Accordion Plugin for django CMS
https://github.com/divio/djangocms-accordion
Last synced: 2 months ago
JSON representation
Accordion Plugin for django CMS
- Host: GitHub
- URL: https://github.com/divio/djangocms-accordion
- Owner: divio
- License: other
- Archived: true
- Created: 2013-05-22T17:04:31.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-11-09T12:38:14.000Z (about 8 years ago)
- Last Synced: 2024-05-12T17:03:49.460Z (9 months ago)
- Language: Python
- Size: 11.7 KB
- Stars: 6
- Watchers: 28
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-django-cms - djangocms-accordion - Accordion Plugin (Add-ons)
README
djangocms-accordion
==============An accordion plugin for django CMS. Uses
Installation
------------This plugin requires `django CMS` 2.4 or higher to be properly installed.
Also, it assumes you have `Cl.Accordion`_ installed in your project.* In your projects `virtualenv`_, run ``pip install djangocms-accordion``.
* Add ``'djangocms_accordion'`` to your ``INSTALLED_APPS`` setting.
* Run ``manage.py migrate djangocms_accordion``.Usage
-----.. _Cl.Accordion: https://classjs-plugins.readthedocs.io/en/latest/src/cl.accordion.html