Skip to content

small bash script to automate creating Django Rest Framework projects.

Notifications You must be signed in to change notification settings

klnwlks/drf-quicksetup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

drf-quicksetup

small bash script to automate creating Django Rest Framework projects.

Usage

usage: drf-quicksetup -n [name] -m [mode]
modes:
blank - Creates an empty drf project
mkapp - Creates an empty app, have to be in project root to run this
mkmodel - Creates a model
mkserializer - Creates a serializer

About

small bash script to automate creating Django Rest Framework projects.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages