mirror of
https://github.com/Crocmagnon/checkout.git
synced 2024-11-21 15:48:02 +01:00
Simple interface to register baskets.
8ca19752cf
updates: - [github.com/rtts/djhtml: 3.0.6 → 3.0.7](https://github.com/rtts/djhtml/compare/3.0.6...3.0.7) - [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.7.0](https://github.com/astral-sh/ruff-pre-commit/compare/v0.6.9...v0.7.0) - [github.com/pre-commit/mirrors-eslint: v9.12.0 → v9.13.0](https://github.com/pre-commit/mirrors-eslint/compare/v9.12.0...v9.13.0) - [github.com/tox-dev/pyproject-fmt: 2.3.1 → 2.4.3](https://github.com/tox-dev/pyproject-fmt/compare/2.3.1...2.4.3) |
||
---|---|---|
.devcontainer | ||
.github | ||
envs | ||
src | ||
.dockerignore | ||
.eslintrc | ||
.gitignore | ||
.mise.toml | ||
.pre-commit-config.yaml | ||
.prettierrc | ||
constraints.txt | ||
docker-compose-build.yaml | ||
docker-compose.yaml | ||
Dockerfile | ||
LICENSE | ||
pyproject.toml | ||
README.md | ||
requirements-dev.in | ||
requirements-dev.txt | ||
requirements.in | ||
requirements.txt | ||
tasks.py |
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 🙂