From cd2473b72d269c2c12e33878a58a16a99dd0b1d0 Mon Sep 17 00:00:00 2001 From: Rohan Rangray Date: Wed, 3 Jun 2015 04:16:06 -0700 Subject: [PATCH] Added the crontab script to notify users --- scripts/notify_users.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 scripts/notify_users.sh diff --git a/scripts/notify_users.sh b/scripts/notify_users.sh new file mode 100644 index 0000000..89fc31e --- /dev/null +++ b/scripts/notify_users.sh @@ -0,0 +1,6 @@ +#!/bin/bash -xe +source secrets.sh +source venv/bin/activate + +cd /srv/flashy-backend +python manage.py notifyusers -- 1.9.1