cookiecutter-django/{{cookiecutter.project_slug}}
2022-12-16 21:28:11 +01:00
..
.idea Add file watcher 2022-10-28 22:16:03 +02:00
contrib Initial commit 2022-10-28 22:05:31 +02:00
db Initial commit 2022-10-28 22:05:31 +02:00
envs Initial commit 2022-10-28 22:05:31 +02:00
src Update logging 2022-12-16 21:28:05 +01:00
.envrc Initial commit 2022-10-28 22:05:31 +02:00
.eslintrc Initial commit 2022-10-28 22:05:31 +02:00
.gitignore Initial commit 2022-10-28 22:05:31 +02:00
.gitmodules Initial commit 2022-10-28 22:05:31 +02:00
.pre-commit-config.yaml Initial commit 2022-10-28 22:05:31 +02:00
.prettierrc Initial commit 2022-10-28 22:05:31 +02: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
Dockerfile Update run command 2022-12-16 21:28:11 +01:00
LICENSE Add license in template 2022-10-30 08:52:18 +01:00
pyproject.toml Switch to gunicorn 2022-11-10 17:47:05 +01:00
README.md Initial commit 2022-10-28 22:05:31 +02:00
tasks.py Initial commit 2022-10-28 22:05:31 +02:00

{{cookiecutter.project_slug}}

Quick start

pre-commit install --install-hooks
poetry install
inv test