Simple interface to register baskets.
Go to file
pre-commit-ci[bot] 8a1564ecab [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 07:59:31 +00:00
.devcontainer Add devcontainer 2023-03-27 09:37:44 +02:00
.github disable pip version check in github workflows 2023-04-29 22:57:01 +02:00
envs Initial commit 2022-04-24 15:51:25 +02:00
src fix tests 2023-04-29 22:53:40 +02: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-07-04 07:59:31 +00:00
.prettierrc Initial commit 2022-04-24 15:51:25 +02:00
.tool-versions Modernize app 2023-03-25 20:01:14 +01:00
constraints.txt Update dependencies 2023-07-03 18:07:00 +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 Merge pull request #37 from Crocmagnon/dependabot/docker/python-3.11.4-slim-bullseye 2023-06-27 19:30:42 +02:00
LICENSE Initial commit 2022-04-24 15:51:25 +02:00
poetry.lock Implement caching 2022-09-25 21:10:11 +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 pin selenium to prevent pytest-selenium breaking 2023-06-27 19:27:18 +02:00
requirements-dev.txt Update dependencies 2023-07-03 18:07:00 +00:00
requirements.in Modernize app 2023-03-25 20:01:14 +01:00
requirements.txt Update dependencies 2023-07-03 18:07:00 +00:00
tasks.py Add update-fixtures task 2023-04-02 19:54:35 +02: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 🙂