checkout/README.md

19 lines
375 B
Markdown
Raw Permalink Normal View History

2022-04-24 19:21:46 +02:00
# Checkout
2022-04-24 15:51:25 +02:00
2022-04-24 19:21:46 +02:00
Simple interface to register baskets.
2022-04-24 15:51:25 +02:00
2023-03-25 21:34:42 +01:00
## Quick start
Clone, then
2022-04-24 15:51:25 +02:00
```shell
2023-03-25 21:34:42 +01:00
pip install -U pip pip-tools invoke
inv sync-dependencies
pre-commit install --install-hooks
inv test
./src/manage.py migrate
2024-01-20 09:16:53 +01:00
./src/manage.py generate_dummy_baskets
2023-03-25 21:34:42 +01:00
./src/manage.py createsuperuser
2022-04-24 15:51:25 +02:00
```
# Reuse
If you do reuse my work, please consider linking back to this repository 🙂