Go to file
2022-11-09 20:49:57 +01:00
.github Delete test-3.11.yaml 2022-11-01 08:18:50 +01:00
.idea Display states on character card 2022-11-06 14:42:29 +01:00
contrib Initial commit 2022-10-28 22:16:23 +02:00
db Initial commit 2022-10-28 22:16:23 +02:00
docker Initial commit 2022-10-28 22:16:23 +02:00
envs Implement registration 2022-10-31 17:08:23 +01:00
src Display whole paths at first rank 2022-11-09 20:49:57 +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 Fix weapons attack : add level to modifier 2022-11-02 12:57:03 +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 docker build 2022-10-31 09:01:44 +01:00
Dockerfile Merge pull request #2 from Crocmagnon/dependabot/docker/python-3.11.0-bullseye 2022-11-01 00:22:37 +01:00
LICENSE Add license 2022-10-30 08:52:02 +01:00
poetry.lock Revert "Merge pull request #5 from Crocmagnon/dependabot/pip/selenium-4.6.0" 2022-11-08 08:31:34 +01:00
pyproject.toml Bump django from 4.1.2 to 4.1.3 2022-11-07 11:10:57 +00: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