Introducing django-async-extensions

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:

  1. fully async CBV and GCBV
  2. async pagination
    3.async model form
  3. async auth mixins (LoginRequiredMixin, etc..)
  4. 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 :eyes:

1 Like

oo hi :waving_hand:
thanks

am eager to hear people’s thoughts on the current status of this project
ir ideas on future development