Celery, kombu and django - import error

前端 未结 2 1766
一个人的身影
一个人的身影 2021-01-19 01:58

I am running an application with django, and I wanted to use celery to make some scheduled tasks.

According to the oficial docs, in my settings.py file I set the br

2条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-19 02:36

    latest celery has removed support for django as broker. They prefer redis,rabbitmq as their preferred broker.

提交回复
热议问题