Running Background Tasks from Django Admin with Celery
Posted on 09 April 2025
In this tutorial, we'll look at how to run background tasks directly from Django admin. We'll be using Celery, but similar concepts apply to any other task queues, such as Django-RQ, Django Q, or Huey.