Home

Create a new Django project using this template using django-admin:

django-admin startproject \
    --template https://github.com/RyanBalfanz/django-2.2-project-template/archive/master.zip \
    --name app.json,Procfile \
    --verbosity 3 \
    name [directory]