A kanban board with @task cards across READY, RUNNING, SUCCESSFUL, and FAILED columns, while a person at a desk inspects a RESULT sheet with a magnifying glass beside a Python chip.
NEW

Django Tasks: Exploring the Built-in Tasks Framework

Explore Django Tasks, the new built-in framework in Django 6.0, and run background jobs with @task, named queues, and a lightweight alternative to Celery.

Jun 24, 2026 intermediate django