Simple interface to register baskets.
Go to file
pre-commit-ci[bot] d361169256
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/psf/black: 23.12.0 → 23.12.1](https://github.com/psf/black/compare/23.12.0...23.12.1)
- [github.com/astral-sh/ruff-pre-commit: v0.1.8 → v0.1.9](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.8...v0.1.9)
- [github.com/pre-commit/mirrors-prettier: v4.0.0-alpha.7 → v4.0.0-alpha.8](https://github.com/pre-commit/mirrors-prettier/compare/v4.0.0-alpha.7...v4.0.0-alpha.8)
2023-12-25 21:08:20 +00:00
.devcontainer Update all python versions to 3.12 2023-10-24 09:07:59 +00:00
.github Bump github/codeql-action from 2 to 3 2023-12-18 18:21:57 +00:00
envs Initial commit 2022-04-24 15:51:25 +02:00
src [pre-commit.ci] auto fixes from pre-commit.com hooks 2023-12-11 21:21:25 +00:00
.dockerignore Ignore kolo for docker 2022-09-25 21:48:57 +02:00
.eslintrc Initial commit 2022-04-24 15:51:25 +02:00
.gitignore Modernize app 2023-03-25 20:01:14 +01:00
.pre-commit-config.yaml [pre-commit.ci] pre-commit autoupdate 2023-12-25 21:08:20 +00:00
.prettierrc Initial commit 2022-04-24 15:51:25 +02:00
.rtx.toml Update all python versions to 3.12 2023-10-24 09:07:59 +00:00
constraints.txt Update dependencies 2023-12-25 18:06:31 +00:00
docker-compose-build.yaml Fix docker image name 2022-04-26 18:38:15 +02:00
docker-compose.yaml Add grafana 2022-04-25 22:23:55 +02:00
Dockerfile Bump python from 3.11.5-slim-bullseye to 3.12.0-slim-bullseye 2023-10-09 18:31:12 +00:00
LICENSE Initial commit 2022-04-24 15:51:25 +02:00
pyproject.toml ignore new ruff rule 2023-06-27 19:29:46 +02:00
README.md Update readme 2023-03-25 21:34:42 +01:00
requirements-dev.in fix dependencies 2023-09-04 20:11:09 +00:00
requirements-dev.txt Update dependencies 2023-12-25 18:06:31 +00:00
requirements.in Modernize app 2023-03-25 20:01:14 +01:00
requirements.txt Update dependencies 2023-12-25 18:06:31 +00:00
tasks.py fix dependencies 2023-09-04 20:11:09 +00:00

Checkout

Simple interface to register baskets.

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 generat_dummy_baskets
./src/manage.py createsuperuser

Reuse

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