Go to file
pre-commit-ci[bot] 43b8b67537 [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.3.7 → v0.4.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.3.7...v0.4.1)
- [github.com/pre-commit/mirrors-eslint: v9.0.0 → v9.1.0](https://github.com/pre-commit/mirrors-eslint/compare/v9.0.0...v9.1.0)
- [github.com/tox-dev/pyproject-fmt: 1.7.0 → 1.8.0](https://github.com/tox-dev/pyproject-fmt/compare/1.7.0...1.8.0)
2024-04-22 22:16:28 +00:00
.devcontainer update python to 3.12 everywhere 2023-10-24 09:53:40 +00:00
.github Bump actions/cache from 3 to 4 2024-02-05 19:19:33 +01:00
.idea fix cap points for prestige 2024-01-10 10:20:14 +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 Enlarge navbar container 2024-04-09 19:00:36 +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
.mise.toml rename rtx to mise 2024-01-20 08:42:33 +01:00
.pre-commit-config.yaml [pre-commit.ci] pre-commit autoupdate 2024-04-22 22:16:28 +00:00
.prettierrc Initial commit 2022-10-28 22:16:23 +02:00
Dockerfile Bump python from 3.12.2-slim-bullseye to 3.12.3-slim-bullseye (#217) 2024-04-15 18:11:54 +02:00
LICENSE Add license 2022-10-30 08:52:02 +01:00
README.md add action status badge 2024-02-11 12:56:24 +01:00
constraints.txt Update dependencies 2024-04-22 18:10:14 +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
pyproject.toml add carac bonus 2024-02-11 11:37:32 +01:00
requirements-dev.in upgrade all dependencies (incl django) 2024-02-11 11:42:57 +01:00
requirements-dev.txt Update dependencies 2024-04-22 18:10:14 +00:00
requirements.in upgrade all dependencies (incl django) 2024-02-11 11:42:57 +01:00
requirements.txt Update dependencies 2024-04-22 18:10:14 +00:00
tasks.py fix dependencies 2023-09-04 20:11:14 +00:00

README.md

charasheet

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

Test, build, publish & deploy

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

Reuse

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