git clone https://github.com/skrivanos/django-starter.git myapp
cd myapp
rm -rf .git
git init
git add .
git commit -m "Initial commit."
pip install poetry
poetry install
poetry shell
pre-commit install
pre-commit install --hook-type commit-msg