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

16 lines
329 B
Markdown
Raw 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
2022-12-16 22:11:56 +01:00
pip install pip-tools
pip-sync requirements.txt requirements-dev.txt
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 🙂