mirror of
https://github.com/Crocmagnon/cookiecutter-django.git
synced 2024-11-05 14:33:55 +01:00
8 lines
120 B
Markdown
8 lines
120 B
Markdown
# {{cookiecutter.project_slug}}
|
|
|
|
## Quick start
|
|
```shell
|
|
pre-commit install --install-hooks
|
|
poetry install
|
|
inv test
|
|
```
|