# HG changeset patch # User ymh # Date 1429062302 -7200 # Node ID b5380791ca155a907a1094032963c82d77152788 # Parent 076117065fd75fb42e1446bcb279827044afdd62 force json serialisation diff -r 076117065fd7 -r b5380791ca15 src/catedit/settings.py --- a/src/catedit/settings.py Wed Apr 15 03:39:04 2015 +0200 +++ b/src/catedit/settings.py Wed Apr 15 03:45:02 2015 +0200 @@ -17,5 +17,6 @@ CATEGORY_NAMESPACE = Namespace("http://ld.iri-research.org/ontology/categorisation/category#") CELERY_IGNORE_RESULT = False CELERY_TASK_SERIALIZER = 'json' + CELERY_RESULT_SERIALIZER = 'json' CELERY_ACCEPT_CONTENT = ['json', 'msgpack', 'yaml'] CELERY_DISABLE_RATE_LIMITS = True