Go to file
pre-commit-ci[bot] 6191b1ca02 [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.1.6 → v0.1.7](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.6...v0.1.7)
- [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.4](https://github.com/pre-commit/mirrors-prettier/compare/v3.1.0...v4.0.0-alpha.4)
- [github.com/pre-commit/mirrors-eslint: v8.54.0 → v8.55.0](https://github.com/pre-commit/mirrors-eslint/compare/v8.54.0...v8.55.0)
- [github.com/tox-dev/pyproject-fmt: 1.5.1 → 1.5.3](https://github.com/tox-dev/pyproject-fmt/compare/1.5.1...1.5.3)
2023-12-11 21:21:48 +00:00
.devcontainer update python to 3.12 everywhere 2023-10-24 09:53:40 +00:00
.github update python to 3.12 everywhere 2023-10-24 09:53:40 +00:00
.idea Update some wording 2023-10-10 00:20:47 +02:00
.vscode Add vscode settings 2022-11-18 18:32:22 +01:00
contrib Update some wording 2023-10-10 00:20:47 +02:00
db Initial commit 2022-10-28 22:16:23 +02:00
envs Update some wording 2023-10-10 00:20:47 +02:00
src Update some wording 2023-10-10 00:20:47 +02:00
.eslintrc Initial commit 2022-10-28 22:16:23 +02:00
.gitignore full switch to rtx 2023-10-08 16:30:04 +02:00
.gitmodules Initial commit 2022-10-28 22:16:23 +02:00
.pre-commit-config.yaml [pre-commit.ci] pre-commit autoupdate 2023-12-11 21:21:48 +00:00
.prettierrc Initial commit 2022-10-28 22:16:23 +02:00
.rtx.toml update python to 3.12 everywhere 2023-10-24 09:53:40 +00:00
constraints.txt Update dependencies 2023-12-04 18:10:26 +00: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 Bump python from 3.11.5-slim-bullseye to 3.12.0-slim-bullseye 2023-10-09 19:44:41 +02:00
LICENSE Add license 2022-10-30 08:52:02 +01:00
pyproject.toml ignore new ruff rule 2023-06-27 19:55:37 +02:00
README.md Update some wording 2023-10-10 00:20:47 +02:00
requirements-dev.in fix dependencies 2023-09-04 20:11:14 +00:00
requirements-dev.txt Update dependencies 2023-12-11 18:09:49 +00:00
requirements.in pin selenium to prevent pytest-selenium breaking 2023-06-27 19:58:36 +02:00
requirements.txt Update dependencies 2023-12-04 18:10:26 +00:00
tasks.py fix dependencies 2023-09-04 20:11:14 +00:00

charasheet

Manage your RPG party & character using an interactive web app accessible from any browser.

Quick start

Clone, then

pip install -U pip pip-tools invoke
inv sync-dependencies
pre-commit install --install-hooks
inv test
./src/manage.py migrate
./src/manage.py loaddata initial_data
./src/manage.py createsuperuser

With preview mode

caddy --config contrib/Caddyfile.local
./src/manage.py runserver
cd ~/Projects/charasheet-go
make run/live

Reuse

If you do reuse my work, please consider linking back to this repository 🙂