Update routing to work

This commit is contained in:
2011-06-15 11:54:55 +01:00
parent f7185850ed
commit d3dae0f35c
2 changed files with 2 additions and 2 deletions

View File

@@ -88,7 +88,7 @@ LOGIN_URL = "/login"
### Celery Schedule
from celeryschedule import CELERYBEAT_SCHEDULE
from celeryschedule import *
CELERY_SEND_TASK_ERROR_EMAILS = True
CELERY_RESULT_BACKEND = "amqp"