1👍
Django doesn’t really have anything out of the box for this. You probably want to look at something like celery which integrates with django nicely and handles all of the management functionality you need for handling tasks.
Source:stackexchange.com