charasheet/README.md

17 lines
337 B
Markdown
Raw Normal View History

2022-10-28 22:16:23 +02:00
# charasheet
## Quick start
2022-11-02 12:52:11 +01:00
Clone, then
2022-10-28 22:16:23 +02:00
```shell
2023-02-28 11:48:17 +01:00
pip install -U pip pip-tools invoke
inv sync-dependencies
2022-11-02 12:52:11 +01:00
pre-commit install --install-hooks
2022-10-28 22:16:23 +02:00
inv test
2022-11-02 12:52:11 +01:00
./src/manage.py migrate
./src/manage.py loaddata initial_data
./src/manage.py createsuperuser
2022-10-28 22:16:23 +02:00
```
2022-12-19 22:38:35 +01:00
# Reuse
If you do reuse my work, please consider linking back to this repository 🙂