Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nephila/djangocms-timer
django CMS plugin that shows content between specified times
https://github.com/nephila/djangocms-timer
Last synced: 3 months ago
JSON representation
django CMS plugin that shows content between specified times
- Host: GitHub
- URL: https://github.com/nephila/djangocms-timer
- Owner: nephila
- License: gpl-2.0
- Archived: true
- Created: 2014-10-12T09:49:50.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-03-09T19:25:46.000Z (over 6 years ago)
- Last Synced: 2024-05-13T17:09:38.639Z (6 months ago)
- Language: Python
- Size: 28.3 KB
- Stars: 3
- Watchers: 7
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
- awesome-django-cms - djangocms-timer - Shows content between specified times. (Add-ons)
README
===============
djangocms-timer
===============.. image:: https://img.shields.io/pypi/v/djangocms-timer.svg
:target: https://pypi.python.org/pypi/djangocms-timer
:alt: Latest PyPI version.. image:: https://travis-ci.org/nephila/djangocms-timer.png?branch=master
:target: https://travis-ci.org/nephila/djangocms-timer
:alt: Latest Travis CI build status.. image:: https://img.shields.io/pypi/dm/djangocms-timer.svg
:target: https://pypi.python.org/pypi/djangocms-timer
:alt: Monthly downloads.. image:: https://coveralls.io/repos/nephila/djangocms-timer/badge.png
:target: https://coveralls.io/r/nephila/djangocms-timer
:alt: Test coveragedjango CMS plugin that shows content between specified times
Documentation
-------------The full documentation is at https://djangocms-timer.readthedocs.org.
Quickstart
----------Install djangocms-timer::
pip install djangocms-timer
Features
--------Shows and hides child plugins according to the timers set in the plugin instance.
Caveats
-------In its current form, plugin won't save you from the queries to retrieve child
plugins due to the way plugin rendering works in django CMS. Still, the
``render`` method of child plugins is not executed (and grandchildren plugins
are not retrieved) with mitigating effect on performance hit.