Django Integration¶
Django 6.0 Tasks¶
For Django 6.0's django.tasks API (DEP 14) with celery-asyncio, use the django-tasks-celery package. It provides a backend that bridges Django's @task / enqueue() API with Celery's message-passing infrastructure.
Classic Django + Celery¶
The traditional Django integration also works. Create a Celery app in your Django project: