dbrgn / cmsplugin-randomquote

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cmsplugin-randomquote

PyPI download stats

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

About

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

License:MIT License


Languages

Language:Python 96.0%Language:HTML 4.0%