cmsplugin-twcarousel

A Twitter Bootstrap Carousel plugin for Django CMS.


License
BSD-3-Clause
Install
pip install cmsplugin-twcarousel==0.1c0

Documentation

Twitter Bootstrap Carousel plugin

A Django CMS plugin implementing a simple twitter bootstrap carousel.

Configuring

Add twcarousel to INSTALLED_APPS in settings.py of your project.

Run collectstatic to ensure you have all the static files.

$ python ./manage.py collectstatic