define CELERY_TASK_SERIALIZER

This commit is contained in:
Jan Dittberner 2014-12-26 12:58:28 +01:00
parent 9572c2cec5
commit 787a943c69

View file

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