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.
- Host: GitHub
- URL: https://github.com/dbrgn/cmsplugin-randomquote
- Owner: dbrgn
- License: mit
- Created: 2012-07-07T23:40:38.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2015-05-07T09:16:37.000Z (about 11 years ago)
- Last Synced: 2025-09-01T15:52:03.529Z (10 months ago)
- Language: Python
- Size: 243 KB
- Stars: 3
- Watchers: 2
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
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