Turn test email in celerybeat off.

pull/1/head
Raymond Yee 2012-06-29 13:19:05 -07:00
parent dd5b2d073f
commit 23ea9342d1
1 changed files with 1 additions and 1 deletions

View File

@ -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