/django-startapp-template

Template startapp for Django

Primary LanguagePython

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>