Skip to main content

A Django app to schedule timers using database as storage.

Project description

Purpose

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

Quick start

  1. Add “ytimer” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...,
        "ytimer",
    ]
  2. Include the polls URLconf in your project urls.py like this:

    path("", include("ytimer.urls")),
  3. Run python manage.py migrate to create the ytimer models.

  4. Create a ytimer_handler modeule in your app. See ytimer_example for ytimer’s usage.

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-y-timer-1.0.0.tar.gz (5.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page