A simpler, more flexible form of Django signals
Project description
Podiant cron
A tiny wrapper around APScheduler and Django RQ, for defining cron jobs
Quickstart
Install cron:
pip install podiant-cron
Add it to your INSTALLED_APPS
:
INSTALLED_APPS = (
...
'cron',
...
)
Running tests
Does the code actually work?
coverage run --source cron runtests.py
Credits
Tools used in rendering this package:
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
podiant-cron-3.1.0.tar.gz
(4.7 kB
view hashes)