Skip to main content

Django schedule daemon https://pypi.org/project/schedule/

Project description

Installation

$ [sudo] pip install django-schedule-daemon
.env
DJANGO_SCHEDULE_MODULE=schedule_jobs
settings.py
INSTALLED_APPS+= ['django_schedule_daemon']

Examples

schedule_jobs.py

import schedule

from django.core.management import call_command

schedule.every(5).seconds.do(lambda:call_command('test_command'))
python manage.py schedule_daemon

Links

python-readme-generator

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-schedule-daemon-2020.6.6.tar.gz (2.0 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