Simple interface to register baskets.
Find a file
pre-commit-ci[bot] 3dba91ca46 [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/adamchainz/django-upgrade: 1.20.0 → 1.21.0](https://github.com/adamchainz/django-upgrade/compare/1.20.0...1.21.0)
- [github.com/astral-sh/ruff-pre-commit: v0.6.3 → v0.6.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.6.3...v0.6.4)
- [github.com/pre-commit/mirrors-eslint: v9.9.1 → v9.10.0](https://github.com/pre-commit/mirrors-eslint/compare/v9.9.1...v9.10.0)
- [github.com/tox-dev/pyproject-fmt: 2.2.1 → 2.2.3](https://github.com/tox-dev/pyproject-fmt/compare/2.2.1...2.2.3)
2024-09-09 22:58:33 +00:00
.devcontainer Update all python versions to 3.12 2023-10-24 09:07:59 +00:00
.github Bump peter-evans/create-pull-request from 6 to 7 2024-09-09 18:07:05 +00:00
envs Initial commit 2022-04-24 15:51:25 +02:00
src [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-08-19 22:54:55 +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
.mise.toml rename rtx to mise 2024-01-20 08:44:22 +01:00
.pre-commit-config.yaml [pre-commit.ci] pre-commit autoupdate 2024-09-09 22:58:33 +00:00
.prettierrc Initial commit 2022-04-24 15:51:25 +02:00
constraints.txt Update dependencies 2024-09-09 18:07:42 +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.12.4-slim-bullseye to 3.12.5-slim-bullseye 2024-08-12 18:19:48 +00:00
LICENSE Initial commit 2022-04-24 15:51:25 +02:00
pyproject.toml [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-05-20 21:57:37 +00:00
README.md fix readme typo 2024-01-20 09:16:53 +01:00
requirements-dev.in automatically re-run flaky tests 2024-02-04 00:19:58 +01:00
requirements-dev.txt Update dependencies 2024-09-09 18:07:42 +00:00
requirements.in update dependencies 2024-01-20 09:33:42 +01:00
requirements.txt Update dependencies 2024-09-09 18:07:42 +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 generate_dummy_baskets
./src/manage.py createsuperuser

Reuse

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