I wrote ✏️ 🎉 an article about Running Tasks Concurrently in Django Asynchronous Views  Buckle-up for our async-journey together! 🚗 #django #python #async

https://fly.io/blog/running-tasks-concurrently-in-django-asynchronous-views/

Running tasks concurrently in Django asynchronous views

Django is been getting more and more async abilities! Mariusz Felisiak explores how to run multiple async tasks in a Django asynchronous views.

Fly
@felixxm Thanks for the article! I believe there shouldn't be a "not" in this sentence, though: "This is how we have to do it until async connections are not supported in the Django ORM […]" :)
@felixxm Reading further: wouldn't "f'SELECT EXISTS(SELECT 1 FROM {user_db_table} WHERE "email" = %s', [email]" be more appropriate for the raw SQL replacing an aexists() call?
@olepbr This example is not about getting exactly the same but about getting the same functionality. I wanted to use the simplest and shortest statement possible.
@felixxm yeah, fair :)