prerequisites:
- install
cookiecutter
https://cookiecutter.readthedocs.io/en/stable/installation.html
# basic usage
cookiecutter https://github.com/chnm/cookiecutter-templates --directory django-project-template
# specify output directory
cookiecutter https://github.com/chnm/cookiecutter-templates --directory django-project-template --output-dir ~/Desktop/projects