This is a django-cms plugin that displays a random quote (e.g. a testimonial) or testimonials with carousel.
Install this plugin (
pip install cmsplugin-randomquote
)Add
cmsplugin_randomquote
to yourINSTALLED_APPS
Run the schema migrations:
python manage.py syncdb python manage.py migrate cmsplugin_randomquote
Add the plugin to a placeholder
Create some
Quote
Objects in the admin panel
MIT, see LICENSE.txt
- Added carousel
- Added optional author URL field
- Initial release