1👍
You need to use other methods to run async function, you can use any of the following:
- django-background-tasks: Simple and doesn’t require a worker
- python-rq: Great for simple async tasks
- celery: A more complete solution
Source:stackexchange.com