cookiecutter-django/{{cookiecutter.project_slug}}
Gabriel Augendre 38c7d5ef02 Update workflows 2023-03-14 19:51:11 +01:00
..
.github Update workflows 2023-03-14 19:51:11 +01:00
.idea Introduce ruff to cookiecutter template 2023-01-29 13:54:51 +01:00
contrib Add pre-commit for executable 2023-02-09 10:10:54 +01:00
db Initial commit 2022-10-28 22:05:31 +02:00
envs Initial commit 2022-10-28 22:05:31 +02:00
src Switch to rtx instead of pyenv 2023-02-28 11:21:33 +01:00
.envrc Switch to rtx instead of pyenv 2023-02-28 11:21:33 +01:00
.eslintrc Initial commit 2022-10-28 22:05:31 +02:00
.gitignore Switch to rtx instead of pyenv 2023-02-28 11:21:33 +01:00
.gitmodules Initial commit 2022-10-28 22:05:31 +02:00
.pre-commit-config.yaml Remove hashes from dependencies 2023-03-14 10:58:41 +01:00
.prettierrc Initial commit 2022-10-28 22:05:31 +02:00
.tool-versions Switch to rtx instead of pyenv 2023-02-28 11:21:33 +01:00
Dockerfile Switch to pip-tools 2022-12-16 22:11:56 +01:00
LICENSE Add license in template 2022-10-30 08:52:18 +01:00
README.md Update readme 2023-02-28 12:36:35 +01:00
docker-compose-build.yaml Initial commit 2022-10-28 22:05:31 +02:00
docker-compose.yaml Update run command 2022-12-16 21:28:11 +01:00
pyproject.toml Use more ruff rules 2023-02-28 12:36:42 +01:00
requirements-dev.in Introduce ruff to cookiecutter template 2023-01-29 13:54:51 +01:00
requirements.in Switch to pip-tools 2022-12-16 22:11:56 +01:00
tasks.py Remove hashes from dependencies 2023-03-14 10:58:41 +01:00

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 🙂