top | item 23156318

(no title)

mattrp | 5 years ago

I'm a fan of django but have been looking for an alternative to DRF. I'll give this a try - thank you for developing this. Looks interesting!

discuss

order

postpawl|5 years ago

You might find this interesting: https://github.com/Sibyx/django_api_forms

It’s like a lightweight DRF that’s only for JSON/msgpack and looks more like Django forms. Not a very mature project yet though.

mattrp|5 years ago

Thank you for pointing that out. I generally stick to as much plain vanilla Django as possible. This may be dimwitted of me but I currently return a jsonresponse dict as my ‘api.’ In my forms I’ve added a noun that allows me to specify httpresponse or jsonresponse and a verb to specify the crud function.