Go to file
pre-commit-ci[bot] 5f7efb9a79 [pre-commit.ci] pre-commit autoupdate
updates:
- https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit
- [github.com/astral-sh/ruff-pre-commit: v0.0.275 → v0.0.276](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.275...v0.0.276)
- [github.com/pre-commit/mirrors-eslint: v8.43.0 → v8.44.0](https://github.com/pre-commit/mirrors-eslint/compare/v8.43.0...v8.44.0)
- [github.com/tox-dev/pyproject-fmt: 0.12.1 → 0.13.0](https://github.com/tox-dev/pyproject-fmt/compare/0.12.1...0.13.0)
- [github.com/jazzband/pip-tools: 6.13.0 → 6.14.0](https://github.com/jazzband/pip-tools/compare/6.13.0...6.14.0)
2023-07-04 11:42:48 +00:00
.devcontainer No pre-commit during build 2023-03-25 09:53:18 +01:00
.github Deploy after auto merge 2023-04-22 10:02:51 +02:00
.idea add missing ide file 2023-03-25 10:01:19 +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 improve money update 2023-06-27 20:10:33 +02:00
.envrc Switch to rtx 2023-02-28 11:35:59 +01:00
.eslintrc Initial commit 2022-10-28 22:16:23 +02:00
.gitignore Switch to rtx 2023-02-28 11:35:59 +01:00
.gitmodules Initial commit 2022-10-28 22:16:23 +02:00
.pre-commit-config.yaml [pre-commit.ci] pre-commit autoupdate 2023-07-04 11:42:48 +00:00
.prettierrc Initial commit 2022-10-28 22:16:23 +02:00
.tool-versions Switch to rtx 2023-02-28 11:35:59 +01:00
constraints.txt Update dependencies 2023-07-03 18:10:08 +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 v2.36.3 to 2.40.1 2023-06-19 14:19:13 +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 readme 2023-02-28 11:48:17 +01:00
requirements-dev.in remove unused deps & update 2023-06-02 23:50:11 +02:00
requirements-dev.txt Update dependencies 2023-07-03 18:10:08 +00:00
requirements.in pin selenium to prevent pytest-selenium breaking 2023-06-27 19:58:36 +02:00
requirements.txt Update dependencies 2023-07-03 18:10:08 +00:00
tasks.py Remove hashes from dependencies 2023-03-14 09:35:04 +01:00

charasheet

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 🙂