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
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.
Project details
Release history Release notifications | RSS feed
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)
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8b55a30971798321933fc5b18555c080039a23d305b1222a82e49b33bb336f67 |
|
MD5 | 345bd05f86bf13bb8ee3d73c8fd17cff |
|
BLAKE2b-256 | bf13b476305232fb583461fd6bd777820004c7d11f11e5db8a44810f6468d191 |