Comment on Async Django in ProductionparentComments−coffeefirst1yAs a long time Django user (haven’t tried async in prod yet) the appeal is to have the full Django toolkit and be able to set something up async _if_ needed.Which is a very Django way to think: lots of tools ready to go, use only what you need.
Comments
As a long time Django user (haven’t tried async in prod yet) the appeal is to have the full Django toolkit and be able to set something up async _if_ needed.
Which is a very Django way to think: lots of tools ready to go, use only what you need.