Django Project
Minimal Django project scaffold with settings, urls, and manage.py.
Create this template
bash
# install
pip install jyinit
# create a scaffold for a django project
jyinit create my-project --type django-project
# interactive mode => you will be allowed to choose the TEMPLATE in interactive mode too
jyinit create my-project --interactiveUseful flags
- --gitrep
Great for
- web apps