Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 265 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 265 Bytes

django-startapp-template

Supports Django 2.2+

This can be used as a template for creating API with Django Rest Framework.

Usage

$ python manage.py startapp --template=https://github.com/krectra/django-startapp-template/archive/master.zip <app_name>