No description
Find a file
pre-commit-ci[bot] 27eb472ee6
[pre-commit.ci] pre-commit autoupdate (#37)
updates:
- [github.com/asottile/pyupgrade: v3.2.2 → v3.3.0](https://github.com/asottile/pyupgrade/compare/v3.2.2...v3.3.0)
- [github.com/pre-commit/mirrors-eslint: v8.28.0 → v8.29.0](https://github.com/pre-commit/mirrors-eslint/compare/v8.28.0...v8.29.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-12-06 07:31:21 +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 (#37) 2022-12-06 07:31:21 +01: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 2022-12-05 18:09:52 +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