No description
Find a file
pre-commit-ci[bot] 41219d3969 [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/adamchainz/django-upgrade: 1.22.2 → 1.23.1](https://github.com/adamchainz/django-upgrade/compare/1.22.2...1.23.1)
- [github.com/astral-sh/ruff-pre-commit: v0.9.4 → v0.9.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.9.4...v0.9.6)
- [github.com/pre-commit/mirrors-eslint: v9.19.0 → v9.20.0](https://github.com/pre-commit/mirrors-eslint/compare/v9.19.0...v9.20.0)
- [github.com/astral-sh/uv-pre-commit: 0.5.26 → 0.5.29](https://github.com/astral-sh/uv-pre-commit/compare/0.5.26...0.5.29)
2025-02-10 23:48:48 +00:00
.devcontainer fix devcontainer 2025-01-05 11:38:14 +01:00
.github migrate to uv 2025-01-05 11:24:37 +01:00
.idea migrate to uv 2025-01-05 11:24:37 +01:00
.vscode Add vscode settings 2022-11-18 18:32:22 +01:00
contrib remove preview mode 2024-02-11 11:48:20 +01: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 fix warnings 2024-11-30 09:04:56 +00:00
.dockerignore migrate to uv 2025-01-05 11:24:37 +01:00
.eslintrc Initial commit 2022-10-28 22:16:23 +02:00
.gitignore fix warnings 2024-11-30 09:04:56 +00:00
.gitmodules Initial commit 2022-10-28 22:16:23 +02:00
.mise.toml migrate to uv 2025-01-05 11:24:37 +01:00
.pre-commit-config.yaml [pre-commit.ci] pre-commit autoupdate 2025-02-10 23:48:48 +00:00
.prettierrc Initial commit 2022-10-28 22:16:23 +02:00
docker-compose-build.yaml migrate to uv 2025-01-05 11:24:37 +01:00
docker-compose.yaml migrate to uv 2025-01-05 11:24:37 +01:00
Dockerfile migrate to uv 2025-01-05 11:24:37 +01:00
LICENSE Add license 2022-10-30 08:52:02 +01:00
pyproject.toml migrate to uv 2025-01-05 11:24:37 +01:00
README.md migrate to uv 2025-01-05 11:24:37 +01:00
tasks.py migrate to uv 2025-01-05 11:24:37 +01:00
uv.lock Update dependencies 2025-02-10 18:11:49 +00:00

charasheet

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

Test, build, publish & deploy

Quick start

Clone, then

uv sync
pre-commit install --install-hooks
inv test
./src/manage.py migrate
./src/manage.py loaddata initial_data
./src/manage.py createsuperuser

Reuse

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