DEV Community

Cover image for REST APIs for Django models with less efforts
Anupam Sharma
Anupam Sharma

Posted on

REST APIs for Django models with less efforts

Written a small utility that helps to create REST APIs for Django models with less efforts. This is for developers using Django REST Framework to write REST APIs. One just need to use a decorator with a model to expose REST APIs for that model. There are customisation options available to tweak the default behaviour. Have a look if interested. Looking for collaboration.

Top comments (0)