Logo

dr_scaffold

scaffold Django Restful APIs in seconds

This library will help you to scaffold full Restful API Resources in seconds using only one command: $ python manage.py dr_scaffold blog Post body:textfield author:foreignkey:Author ? Your RESTful Post api resource is ready ? models.py with Models and fields generated by the CLI ? admin.py with Models registered and ready ? views.py with appropriate ViewSets ready? urls.py with appropriate URLs ready.? serializers.py with Model Serializers ready ? and more ...

Explore By Topic