django-eav2 icon indicating copy to clipboard operation
django-eav2 copied to clipboard

DRF support

Open jayvdb opened this issue 5 years ago • 2 comments
trafficstars

It would be great if there was a generic/basic DRF implementation provided here, perhaps as "contrib" if not core.

It would be wise to avoid design it so that it is usable by everyone, but it would outline the structure to follow for people that needed to create their own more specialised one, and probably provide some of the classes they need.

If interested, I have a basic DRF implementation which isnt generic yet, but it wouldnt be too difficult for me to split off the custom bits to create a generic implementation.

jayvdb avatar Sep 06 '20 09:09 jayvdb

Sure I'd be happy to review the code.

DanielIndictor avatar Sep 23 '20 00:09 DanielIndictor

@jayvdb are you still interested in adding DRF support? At least to provide a basic starting point to the docs so others can benefit from this?

Thanks!

lvm avatar Apr 19 '21 22:04 lvm