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.
- Documentation: https://anp-scp.github.io/django-to-rest
- Source Code: https://github.com/anp-scp/django-to-rest
Top comments (0)