Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 753 Bytes

README.rst

File metadata and controls

36 lines (24 loc) · 753 Bytes

cmsplugin-randomquote

This is a django-cms plugin that displays a random quote (e.g. a testimonial) from your database.

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.3 (08.07.12)

  • Added optional author URL field

v0.1.2 (07.07.12)

  • Initial release