You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

djangocms-timer

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

djangocms-timer

django CMS plugin that shows content between specified times

0.2.0
pipPyPI
Maintainers
1

=============== djangocms-timer

.. image:: https://pypip.in/v/djangocms-timer/badge.png :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://pypip.in/d/djangocms-timer/badge.png :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 coverage

django 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.

History

0.2.0 (2014-11-28) ++++++++++++++++++

  • Add localisation.
  • Add migrations.

0.1.0 (2014-10-12) ++++++++++++++++++

  • First release on PyPI.

Keywords

djangocms-timer

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts