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:25:08 +01:00
|
|
|
pip install -U pip pip-tools
|
2022-12-10 01:00:10 +01:00
|
|
|
pip-sync requirements.txt requirements-dev.txt
|
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 🙂
|