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
latest celery has removed support for django as broker. They prefer redis,rabbitmq as their preferred broker.