百度 新能源汽车产业既是科技领先的高端制造业,同时也是解决环保出行民生需求的重要途径。
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
1 Like
Thanks for sharing @amirreza8002 — I shall give it a look 
1 Like
oo hi 
thanks
am eager to hear people’s thoughts on the current status of this project
ir ideas on future development