|
@@ -12,6 +12,7 @@ CELERY_BROKER_URL = 'amqp://guest:guest@localhost//'
|
|
|
#: from unwanted access (see userguide/security.html)
|
|
|
CELERY_ACCEPT_CONTENT = ['json']
|
|
|
CELERY_RESULT_BACKEND = 'db+sqlite:///results.sqlite'
|
|
|
+CELERY_TASK_SERIALIZER = 'json'
|
|
|
|
|
|
# Django settings for proj project.
|
|
|
|