|
@@ -11,6 +11,8 @@ BROKER_URL = 'amqp://guest:guest@localhost//'
|
|
|
#: Only add pickle to this list if your broker is secured
|
|
|
#: from unwanted access (see userguide/security.html)
|
|
|
CELERY_ACCEPT_CONTENT = ['json']
|
|
|
+CELERY_TASK_SERIALIZER = 'json'
|
|
|
+CELERY_RESULT_SERIALIZER = 'json'
|
|
|
|
|
|
# Django settings for proj project.
|
|
|
|