create-drf-app helps you create Django + DRF project. choosing the type of template you want from basic to advance.
Assuming you have Python installed.. Install create-drf-app tool.
$ pip install create-drf-appCreate a new Django + DRF project.
$ create-drf-app start <template_type>for now we only have a basic template. But in the future will have many more!
- basic
intermediateadvance
- Intermediate DRF template
- Advance DRF template
- React/DRF template
- Vue/DRF template
- SolidJs/DRF template