mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-04 22:03:56 +01:00
15 lines
319 B
Markdown
15 lines
319 B
Markdown
# charasheet
|
|
|
|
## Quick start
|
|
Clone, then
|
|
```shell
|
|
pyenv virtualenv 3.10.7 charasheet
|
|
pyenv local charasheet
|
|
pip install pip-tools
|
|
pip-sync requirements.txt requirements-dev.txt
|
|
pre-commit install --install-hooks
|
|
inv test
|
|
./src/manage.py migrate
|
|
./src/manage.py loaddata initial_data
|
|
./src/manage.py createsuperuser
|
|
```
|