add stub tasks for file system operations

This commit is contained in:
Jan Dittberner 2014-12-25 18:05:42 +01:00
parent e877087127
commit 2428a39f19
2 changed files with 31 additions and 0 deletions

View file

@ -280,6 +280,7 @@ CELERY_RESULT_PERSISTENT = True
CELERY_TASK_RESULT_EXPIRES = None
CELERY_ROUTES = (
'osusers.tasks.LdapRouter',
'osusers.tasks.FileRouter',
)
CELERY_ACCEPT_CONTENT = ['yaml']
CELERY_TASK_SERIALIZER = 'yaml'