Enable send_unaswered_question_reminders in ask.

This commit is contained in:
Kevin Fenzi 2014-05-27 21:02:37 +00:00
parent eeaa9e5d36
commit 8e69a8a2d0

View file

@ -1 +1,2 @@
0 0 * * * root /usr/bin/python /etc/askbot/sites/ask/config/manage.py send_accept_answer_reminders > /dev/null 2> /dev/null
30 0 * * * root /usr/bin/python /etc/askbot/sites/ask/config/manage.py send_unaswered_question_reminders > /dev/null 2> /dev/null