Django started adding support for writing asynchronous views in version 3.1. We are now at 5.0: what’s the status of this journey? It still may be too early to start rewriting all our production backend code using asynchronous views :) Though it may be a good moment to take a look at it.
We’ll try to rewrite a simple synchronous API as an asynchronous API and see what works, how well it’s working and what’s missing.