]> git.openstreetmap.org Git - osqa.git/blob - cron/send_email_alerts_virtualenv
#OSQAAWS-79, the improved filtration of the content, now we check if the moderation...
[osqa.git] / cron / send_email_alerts_virtualenv
1 #!/bin/sh
2
3 WORKON_HOME=~/envs/osqa
4 PROJECT_ROOT=~/webapps/osqa_server/projects/osqa/
5
6 # activate virtual environment
7 . $WORKON_HOME/bin/activate
8
9 cd $PROJECT_ROOT
10 python manage.py send_email_alerts >> $PROJECT_ROOT/log/cron_mail.log 2>&1