allow pickle content

This commit is contained in:
Jan Dittberner 2014-12-26 13:16:54 +01:00
parent ac4693d0eb
commit 6c7f4d2288

View file

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