
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.