summaryrefslogtreecommitdiffstats
path: root/cron/send_email_alerts
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2009-11-22 21:58:06 -0500
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2009-11-22 21:58:06 -0500
commit76788fb1f6deebf806a0199e6183ad6a9af4096a (patch)
tree2d5d2a51e8456183606008018e49c9e71cc67c77 /cron/send_email_alerts
parent46e48e400f30bde76a9b21db78f9b727149a3e24 (diff)
downloadaskbot-76788fb1f6deebf806a0199e6183ad6a9af4096a.tar.gz
askbot-76788fb1f6deebf806a0199e6183ad6a9af4096a.tar.bz2
askbot-76788fb1f6deebf806a0199e6183ad6a9af4096a.zip
fixed broken links in few places, added Arvyd's modification of user_reputation view, email sender cron job, some edits in INSTALL file
Diffstat (limited to 'cron/send_email_alerts')
-rw-r--r--cron/send_email_alerts4
1 files changed, 4 insertions, 0 deletions
diff --git a/cron/send_email_alerts b/cron/send_email_alerts
new file mode 100644
index 00000000..e9e433be
--- /dev/null
+++ b/cron/send_email_alerts
@@ -0,0 +1,4 @@
+PYTHONPATH=/dir/just/above_forum
+export PYTHONPATH
+APP_ROOT=$PYTHONPATH/CNPROG
+/usr/local/bin/python $APP_ROOT/manage.py send_email_alerts >> $APP_ROOT/log/django.lanai.log