em1208 / adrf

Async support for Django REST framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generics support

shahriar350 opened this issue · comments

Is there any support for Generics View like ListCreateAPIView/UpdateAPIView etc ?
Is support, how can i use that? i cannot see any example to use on online.

I am working on it now. I hope to release the module soon.

From now, you can use the aiodrf package.
It's still under development, but it has all the generic views.

Any updates on this?