Skip to content
This repository has been archived by the owner on Jan 11, 2019. It is now read-only.

divio/djangocms-accordion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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