cookiecutter-django/{{cookiecutter.project_slug}}/README.md

16 lines
318 B
Markdown
Raw Permalink Normal View History

2023-01-27 10:59:55 +01:00
# {{cookiecutter.project_name}}
2022-10-28 19:38:57 +02:00
## Quick start
2022-12-16 22:11:56 +01:00
Clone, then
2022-10-28 19:38:57 +02:00
```shell
2023-02-28 12:36:35 +01:00
pip install -U pip pip-tools invoke
inv sync-dependencies
2022-10-28 19:38:57 +02:00
pre-commit install --install-hooks
inv test
2022-12-16 22:11:56 +01:00
./src/manage.py migrate
./src/manage.py createsuperuser
2022-10-28 19:38:57 +02:00
```
2022-12-19 22:40:06 +01:00
# Reuse
If you do reuse my work, please consider linking back to this repository 🙂