How to add Async Tasks to Django with Celery
In this tutorial you'll learn how to setup Celery on a Django project for executing async tasks.
First, I'll explain what asynchronous tasks are and why you might use them.
If you already know, feel free to skip the faff and jump right…
