Simple interface to register baskets.
Find a file
pre-commit-ci[bot] e1a69b55f3 [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.9.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.6...v0.9.1)
- [github.com/pre-commit/mirrors-eslint: v9.17.0 → v9.18.0](https://github.com/pre-commit/mirrors-eslint/compare/v9.17.0...v9.18.0)
- [github.com/astral-sh/uv-pre-commit: 0.5.14 → 0.5.18](https://github.com/astral-sh/uv-pre-commit/compare/0.5.14...0.5.18)
2025-01-14 06:02:19 +00:00
.devcontainer migrate to uv 2025-01-05 11:53:29 +01:00
.github migrate to uv 2025-01-05 11:53:29 +01:00
envs Initial commit 2022-04-24 15:51:25 +02:00
src [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-11-25 23:28:44 +00:00
.dockerignore migrate to uv 2025-01-05 11:53:29 +01:00
.eslintrc Initial commit 2022-04-24 15:51:25 +02:00
.gitignore Modernize app 2023-03-25 20:01:14 +01:00
.mise.toml migrate to uv 2025-01-05 11:53:29 +01:00
.pre-commit-config.yaml [pre-commit.ci] pre-commit autoupdate 2025-01-14 06:02:19 +00:00
.prettierrc Initial commit 2022-04-24 15:51:25 +02:00
constraints.txt Update dependencies 2024-12-30 18:08:00 +00:00
docker-compose-build.yaml migrate to uv 2025-01-05 11:53:29 +01:00
docker-compose.yaml migrate to uv 2025-01-05 11:53:29 +01:00
Dockerfile Merge pull request #209 from Crocmagnon/dependabot/docker/alpine/git-2.47.1 2025-01-05 11:57:20 +01:00
LICENSE Initial commit 2022-04-24 15:51:25 +02:00
pyproject.toml [pre-commit.ci] auto fixes from pre-commit.com hooks 2025-01-05 11:53:29 +01:00
README.md migrate to uv 2025-01-05 11:53:29 +01:00
tasks.py migrate to uv 2025-01-05 11:53:29 +01:00
uv.lock Update dependencies 2025-01-13 18:08:04 +00:00

Checkout

Simple interface to register baskets.

Quick start

Clone, then

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

Reuse

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