No description
Find a file
pre-commit-ci[bot] 3b5f5106c4 [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.8.2 → v0.8.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.2...v0.8.3)
- [github.com/pre-commit/mirrors-eslint: v9.16.0 → v9.17.0](https://github.com/pre-commit/mirrors-eslint/compare/v9.16.0...v9.17.0)
2024-12-16 23:30:35 +00:00
.devcontainer update dependencies 2024-11-30 09:04:56 +00:00
.github update dependencies 2024-11-30 09:04:56 +00: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 fix warnings 2024-11-30 09:04:56 +00: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 update dependencies 2024-11-30 09:04:56 +00:00
.pre-commit-config.yaml [pre-commit.ci] pre-commit autoupdate 2024-12-16 23:30:35 +00:00
.prettierrc Initial commit 2022-10-28 22:16:23 +02:00
constraints.txt Update dependencies 2024-12-16 18:12:36 +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 alpine/git from 2.45.2 to 2.47.1 2024-12-09 13:21:41 +01:00
LICENSE Add license 2022-10-30 08:52:02 +01:00
pyproject.toml update warning ignores 2024-08-05 18:38:57 +00:00
README.md add action status badge 2024-02-11 12:56:24 +01:00
requirements-dev.in fix constraints file path 2024-10-30 19:39:54 +00:00
requirements-dev.txt Update dependencies 2024-12-16 18:12:36 +00:00
requirements.in upgrade all dependencies (incl django) 2024-02-11 11:42:57 +01:00
requirements.txt Update dependencies 2024-12-16 18:12:36 +00:00
tasks.py fix constraints file path 2024-10-30 19:39:54 +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

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 🙂