You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Gabriel Augendre 38c7d5ef02 Update workflows 3 months ago
..
.github Update workflows 3 months ago
.idea Introduce ruff to cookiecutter template 4 months ago
contrib Add pre-commit for executable 4 months ago
db Initial commit 7 months ago
envs Initial commit 7 months ago
src Switch to rtx instead of pyenv 3 months ago
.envrc Switch to rtx instead of pyenv 3 months ago
.eslintrc Initial commit 7 months ago
.gitignore Switch to rtx instead of pyenv 3 months ago
.gitmodules Initial commit 7 months ago
.pre-commit-config.yaml Remove hashes from dependencies 3 months ago
.prettierrc Initial commit 7 months ago
.tool-versions Switch to rtx instead of pyenv 3 months ago
Dockerfile Switch to pip-tools 6 months ago
LICENSE Add license in template 7 months ago
README.md Update readme 3 months ago
docker-compose-build.yaml Initial commit 7 months ago
docker-compose.yaml Update run command 6 months ago
pyproject.toml Use more ruff rules 3 months ago
requirements-dev.in Introduce ruff to cookiecutter template 4 months ago
requirements.in Switch to pip-tools 6 months ago
tasks.py Remove hashes from dependencies 3 months ago

README.md

{{cookiecutter.project_name}}

Quick start

Clone, then

pip install -U pip pip-tools invoke
inv sync-dependencies
pre-commit install --install-hooks
inv test
./src/manage.py migrate
./src/manage.py createsuperuser

Reuse

If you do reuse my work, please consider linking back to this repository 🙂