Skip to content

Instantly share code, notes, and snippets.

@mhemrg
Created January 25, 2020 06:43
Show Gist options
  • Save mhemrg/99133ef3007633a436795356e81f1aee to your computer and use it in GitHub Desktop.
Save mhemrg/99133ef3007633a436795356e81f1aee to your computer and use it in GitHub Desktop.
Django CronJob Example
SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
5 0 * 8 * python3 /usr/src/app/my-script.py
0 0 * * * python3 /usr/src/app/send-sms.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment