define CELERY_TASK_SERIALIZER

This commit is contained in:
Jan Dittberner 2014-12-26 12:56:32 +01:00
parent 17671f1a64
commit 7a47cc9a17

View file

@ -283,5 +283,6 @@ CELERY_RESULT_BACKEND = 'amqp'
CELERY_RESULT_PERSISTENT = True
CELERY_TASK_RESULT_EXPIRES = None
CELERY_ACCEPT_CONTENT = ['yaml', 'json']
CELERY_TASK_SERIALIZER = 'json'
CELERY_RESULT_SERIALIZER = 'json'
########## END CELERY CONFIGURATION