[Answer]-Django: Execute async Model manipulation tasks after getting a request

1👍

As the first Google result for “django asynchronous tasks” would have shown you, the canonical way of doing this is to use Celery.

Leave a comment