diff options
Diffstat (limited to 'cron/send_email_alerts_virtualenv')
-rw-r--r-- | cron/send_email_alerts_virtualenv | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/cron/send_email_alerts_virtualenv b/cron/send_email_alerts_virtualenv deleted file mode 100644 index 2f1b64d0..00000000 --- a/cron/send_email_alerts_virtualenv +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -WORKON_HOME=~/envs/askbot -PROJECT_ROOT=~/webapps/askbot_server/projects/askbot/ - -# activate virtual environment -. $WORKON_HOME/bin/activate - -cd $PROJECT_ROOT -python manage.py send_email_alerts >> $PROJECT_ROOT/log/cron_mail.log 2>&1 |