This document describes the current stable version of Celery (4.0). For development docs, go here. First steps with Django¶ Using Celery with Django Note Previous versions of Celery required a separate library to work with Django, but since 3.1 this
If you've worked with Django at some point you probably had the need for some background processing of long running tasks. Chances are you've used some sort of task queue, and Celery is currently the most popular project for this sort of thing in the