public
Description: my personal blog written with django
Homepage: http://oebfare.com
Clone URL: git://github.com/brosner/oebfare.git
oebfare / cron / rety_deferred.sh
100644 10 lines (6 sloc) 0.252 kb
1
2
3
4
5
6
7
8
9
10
# cheat and hard-code the path.
PROJECT_ROOT=/home/brian/webapps/oebfare
 
# activate the oebfare virtualenv
source /home/brian/.virtualenv/oebfare/bin/activate
 
cd $PROJECT_ROOT
python manage.py retry_deferred >> $PROJECT_ROOT/logs/cron_mail.log 2>&1