From 23ea9342d1a0a4af0746c7656dd8bdd40d7d2f5f Mon Sep 17 00:00:00 2001 From: Raymond Yee Date: Fri, 29 Jun 2012 13:19:05 -0700 Subject: [PATCH] Turn test email in celerybeat off. --- settings/prod.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/prod.py b/settings/prod.py index f236d617..58477d61 100644 --- a/settings/prod.py +++ b/settings/prod.py @@ -133,7 +133,7 @@ LOGGING = { STATIC_ROOT = '/var/www/static' # decide which of the period tasks to add to the schedule -CELERYBEAT_SCHEDULE['send_test_email'] = SEND_TEST_EMAIL_JOB +#CELERYBEAT_SCHEDULE['send_test_email'] = SEND_TEST_EMAIL_JOB #CELERYBEAT_SCHEDULE['emit_notifications'] = EMIT_NOTIFICATIONS_JOB CELERYBEAT_SCHEDULE['report_new_ebooks'] = EBOOK_NOTIFICATIONS_JOB