An open API service indexing awesome lists of open source software.

https://github.com/dbrgn/cmsplugin-randomquote

A django-cms plugin that displays a random quote (e.g. a testimonial) from your database.
https://github.com/dbrgn/cmsplugin-randomquote

Last synced: 10 months ago
JSON representation

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

Awesome Lists containing this project

README

          

cmsplugin-randomquote
=====================

.. image:: https://pypip.in/d/cmsplugin-randomquote/badge.png
:alt: PyPI download stats
:target: https://crate.io/packages/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