hi there🙌🏼
so with some delay i’m here to introduce django-async-extensions
this is a (rather) new package i’ve been working on, which aims to bring some more async tools to django ecosystem
these tools can be things that django will probably never add (like fully async CBVs)
or things that might take some time to see in django (like async pagination)
currently i’ve added the following tools:
- fully async CBV and GCBV
- async pagination
3.async model form - async auth mixins (LoginRequiredMixin, etc..)
- async base middleware
the hope is to give django core developers some space so they don’t have to work on everything, as well as give faster access to async tools for async users
it can aslo work as an experimenting platform for things that will be added to django
i should add that this project is not associated with the greatedjango-extensions
project
the name just seemed right
i’m happy to hear any feedback or opinion you might have on this
pls let me know