Django async
Posted on 2023-12-10 in Programmation • Tagged with Web, Django, Python
Now that Django is fully async (views, middleware and ORM), I though it was a good time to test how it behaves when run asynchronously. I’ll try to keep this article concise with only relevant data and resources. Code can be seen in a sample project so you can …
Continue reading