A usefull cli tool that creates and manages a Django Rest Framework project.
You can install this package by using pip:
pip install skn-drf-cli
You can initialize a new starter project using:
drf-cli init <your-project-name>
This will create a starter project and you can build on top of that.
Everything inside this repository is MIT licensed.