Learn how to run background tasks directly from Django admin using Celery. The tutorial covers setting up a dockerized Django project, integrating Celery and Redis, defining custom Celery tasks, and triggering them via Django views and admin. Additionally, it guides you through monitoring task status in near real time using Celery's result backend.

11m read timeFrom testdriven.io
Post cover image
Table of contents
ContentsObjectivesProject SetupCelery SetupDefine TaskTrigger TaskTask StatusConclusion

Sort: