mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-05 06:13:55 +01:00
14 lines
265 B
Markdown
14 lines
265 B
Markdown
# charasheet
|
|
|
|
## Quick start
|
|
Clone, then
|
|
```shell
|
|
pyenv virtualenv 3.10.7 charasheet
|
|
pyenv local charasheet
|
|
poetry install
|
|
pre-commit install --install-hooks
|
|
inv test
|
|
./src/manage.py migrate
|
|
./src/manage.py loaddata initial_data
|
|
./src/manage.py createsuperuser
|
|
```
|