Running Background Tasks from Django Admin with Celery

Running Background Tasks from Django Admin with Celery

Tutorials
A tutorial looking at how to run background tasks directly from Django admin. It uses Celery, but similar concepts apply to any other task queues, such as Django-RQ, Django Q, or Huey.