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.
Table of contents
ContentsObjectivesProject SetupCelery SetupDefine TaskTrigger TaskTask StatusConclusionSort: