Maybe it's just a blind spot, when it comes to async django

Existing Django code doesn’t work with asyncio (async/await) — so you can just make everything async def and then break everything out there. Or you can introduction async incrementally, as we’re doing.

It just feels like you’re trolling. I’m going to mute this. If you have serious suggestions for alternative approaches to async in Python, your best bet would be the Python mailing list, rather than here.

1 Like