Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 819 Bytes

README.rst

File metadata and controls

40 lines (26 loc) · 819 Bytes

cmsplugin-randomquote

This is a django-cms plugin that displays a random quote (e.g. a testimonial) or testimonials with carousel.

Setup / Configuration

  • Install this plugin (pip install cmsplugin-randomquote)

  • Add cmsplugin_randomquote to your INSTALLED_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

License

MIT, see LICENSE.txt

Changelog

v0.1.4 (05.09.14)

  • Added carousel

v0.1.3 (08.07.12)

  • Added optional author URL field

v0.1.2 (07.07.12)

  • Initial release