]> git.openstreetmap.org Git - osqa.git/blob - cron/send_email_alerts_virtualenv
puts the "Validate my email link" in a p tag so that it gets the right styles. Fixes...
[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