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 details)

Uploaded Source

File details

Details for the file django-y-timer-1.0.0.tar.gz.

File metadata

  • Download URL: django-y-timer-1.0.0.tar.gz
  • Upload date:
  • Size: 5.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.1

File hashes

Hashes for django-y-timer-1.0.0.tar.gz
Algorithm Hash digest
SHA256 8b55a30971798321933fc5b18555c080039a23d305b1222a82e49b33bb336f67
MD5 345bd05f86bf13bb8ee3d73c8fd17cff
BLAKE2b-256 bf13b476305232fb583461fd6bd777820004c7d11f11e5db8a44810f6468d191

See more details on using hashes here.

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