allow pickle content
This commit is contained in:
parent
e04d9f586b
commit
7a305aa7cb
1 changed files with 1 additions and 1 deletions
|
@ -286,7 +286,7 @@ CELERY_ROUTES = (
|
||||||
'osusers.tasks.LdapRouter',
|
'osusers.tasks.LdapRouter',
|
||||||
'osusers.tasks.FileRouter',
|
'osusers.tasks.FileRouter',
|
||||||
)
|
)
|
||||||
CELERY_ACCEPT_CONTENT = ['yaml', 'json']
|
CELERY_ACCEPT_CONTENT = ['pickle', 'yaml', 'json']
|
||||||
CELERY_TASK_SERIALIZER = 'json'
|
CELERY_TASK_SERIALIZER = 'json'
|
||||||
CELERY_RESULT_SERIALIZER = 'json'
|
CELERY_RESULT_SERIALIZER = 'json'
|
||||||
########## END CELERY CONFIGURATION
|
########## END CELERY CONFIGURATION
|
||||||
|
|
Loading…
Reference in a new issue