summaryrefslogtreecommitdiffstats
path: root/cron/send_email_alerts
diff options
context:
space:
mode:
Diffstat (limited to 'cron/send_email_alerts')
-rw-r--r--cron/send_email_alerts4
1 files changed, 2 insertions, 2 deletions
diff --git a/cron/send_email_alerts b/cron/send_email_alerts
index cae09606..7581a88c 100644
--- a/cron/send_email_alerts
+++ b/cron/send_email_alerts
@@ -1,5 +1,5 @@
#!/bin/sh
-PYTHONPATH=/path/to/dir_above_osqa_site
+PYTHONPATH=/path/to/dir_above_askbot_site
export PYTHONPATH
-PROJECT_ROOT=$PYTHONPATH/osqa_site
+PROJECT_ROOT=$PYTHONPATH/askbot_site
/path/to/python $PROJECT_ROOT/manage.py send_email_alerts