allow pickle content

This commit is contained in:
Jan Dittberner 2014-12-26 13:16:17 +01:00
parent e04d9f586b
commit 7a305aa7cb

View file

@ -286,7 +286,7 @@ CELERY_ROUTES = (
'osusers.tasks.LdapRouter',
'osusers.tasks.FileRouter',
)
CELERY_ACCEPT_CONTENT = ['yaml', 'json']
CELERY_ACCEPT_CONTENT = ['pickle', 'yaml', 'json']
CELERY_TASK_SERIALIZER = 'json'
CELERY_RESULT_SERIALIZER = 'json'
########## END CELERY CONFIGURATION