Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 601 Bytes

File metadata and controls

30 lines (20 loc) · 601 Bytes

Django Rest Framework CLI

A usefull cli tool that creates and manages a Django Rest Framework project.

Contents

Installation

You can install this package by using pip:

pip install skn-drf-cli

Commands

Init

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.

License

Everything inside this repository is MIT licensed.