djeuscan: remove empty CELERYBEAT_SCHEDULE

Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
This commit is contained in:
Corentin Chary 2012-07-24 08:09:17 +02:00
parent fe7a81654b
commit 96a5a91e0c

View File

@ -239,7 +239,6 @@ CELERYD_CONCURRENCY = 4
TASKS_UPSTREAM_GROUPS = 32
CELERYBEAT_SCHEDULER = "djcelery.schedulers.DatabaseScheduler"
CELERYBEAT_SCHEDULE = {}
# LDAP authentication
# TODO: Test data - change me!