python3-djangorestframework-generators

Generate DRF Serializers, Views, and URLs (Python3 version)
  https://github.com/brobin/drf-generators
  0
  no reviews



Writing APIs can be boring and repetitive work. With DRF Generators, one simple command will generate all Views, Serializers, and even Urls for a Django Rest Framework application.

This is not intended to give a production quality API. It was intended to jumpstart development and save developers from writing the same code over and over for each model.

This package contains the Python 3 version of the library.