Go to file
Gabriel Augendre a89af12877
Install Firefox manually in test setup steps
Firefox isn't installed in ubuntu-latest anymore.
2022-11-25 17:46:50 +01:00
.github Install Firefox manually in test setup steps 2022-11-25 17:46:50 +01:00
.idea Fix edit characters in group after creation 2022-11-16 12:43:14 +01:00
.vscode Add vscode settings 2022-11-18 18:32:22 +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 Update deps & cleanup refresh tooltips 2022-11-25 16:52:11 +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-22 00:24:40 +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 Update deps & cleanup refresh tooltips 2022-11-25 16:52:11 +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