GitHub - singularit-de/cc-python: Cookiecutter template repository for python projects
Prerequisites
- cookiecutter installed
Django template
-
Go into the top-level directory where you want to create the project directory:
cd /path/to/your/top-level-directory -
Run the following command to create a new Django project using the newest template version:
cookiecutter https://github.com/singularit-de/cc-python.git --directory django
- If you want to use a specific version/branch you can use the
--checkout <tag/branch>option:
cookiecutter https://github.com/singularit-de/cc-python.git --directory django --checkout v1.1.0
- If you want to use a specific version/branch you can use the
Why we are using templates
Contribute to this repository
Tech stack of this repository
- Python 3.12
- uv
- ruff
- pre-commit