🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

django-y-timer

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

django-y-timer

A Django app to schedule timers using database as storage.

1.0.0
PyPI
Maintainers
1

======= Ytimer

Purpose

Ytimer is a Django app to schedule timers using database as storage.

Quick start

  • Add "ytimer" to your INSTALLED_APPS setting like this::

    INSTALLED_APPS = [ ..., "ytimer", ]

  • Include the polls URLconf in your project urls.py like this::

    path("", include("ytimer.urls")),

  • Run python manage.py migrate to create the ytimer models.

  • Create a ytimer_handler modeule in your app. See ytimer_example for ytimer's usage.

  • POST http://127.0.0.1:8000/default_timer_handler/ to triger the timers.

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

OSZAR »