Go to file
2022-11-14 18:50:02 +01:00
.github Add geckodriver to github actions 2022-11-10 19:28:28 +01:00
.idea Add selenium tests 2022-11-10 19:23:47 +01:00
contrib Initial commit 2022-10-28 22:16:23 +02:00
db Initial commit 2022-10-28 22:16:23 +02:00
envs Fix stop container 2022-11-10 18:27:45 +01:00
src Add more tests 2022-11-14 18:49:37 +01:00
.envrc Initial commit 2022-10-28 22:16:23 +02:00
.eslintrc Initial commit 2022-10-28 22:16:23 +02:00
.gitignore Ignore character json 2022-11-14 18:50:02 +01:00
.gitmodules Initial commit 2022-10-28 22:16:23 +02:00
.pre-commit-config.yaml [pre-commit.ci] pre-commit autoupdate 2022-11-07 23:40:25 +00:00
.prettierrc Initial commit 2022-10-28 22:16:23 +02:00
docker-compose-build.yaml Initial commit 2022-10-28 22:16:23 +02:00
docker-compose.yaml Fix stop container 2022-11-10 18:27:45 +01:00
Dockerfile Fix stop container 2022-11-10 18:27:45 +01:00
LICENSE Add license 2022-10-30 08:52:02 +01:00
poetry.lock Fix deps 2022-11-14 13:13:28 +01:00
pyproject.toml Add selenium tests 2022-11-10 19:23:47 +01:00
README.md Update readme instructions 2022-11-02 12:52:11 +01:00
tasks.py Add import weapons 2022-11-02 22:08:44 +01:00

charasheet

Quick start

Clone, then

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