A Bootstrap panel plugin for Django CMS.
This plugin requires Django-CMS 3.0 or higher, and Django 1.7 or higher.
- Add
'djangocms_panel'to yourINSTALLED_APPSsetting. - Run
manage.py migrate djangocms_panel.
Just add the Panel CMS plugin to any placeholder in your pages. It acts as a
container for other plugins, much like the built-in columns plugin.