Simple interface to register baskets.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Crocmagnon 90787707d1 Update dependencies 5 days ago
.devcontainer Add devcontainer 6 days ago
.github Name test job 7 days ago
envs Initial commit 11 months ago
src Generate dummy baskets with no fixed price items 5 days ago
.dockerignore Ignore kolo for docker 6 months ago
.eslintrc Initial commit 11 months ago
.gitignore Modernize app 1 week ago
.pre-commit-config.yaml Modernize app 1 week ago
.prettierrc Initial commit 11 months ago
.tool-versions Modernize app 1 week ago
Dockerfile Fix docker build 1 week ago
LICENSE Initial commit 11 months ago
README.md Update readme 7 days ago
constraints.txt Modernize app 1 week ago
docker-compose-build.yaml Fix docker image name 11 months ago
docker-compose.yaml Add grafana 11 months ago
poetry.lock Implement caching 6 months ago
pyproject.toml Modernize app 1 week ago
requirements-dev.in Modernize app 1 week ago
requirements-dev.txt Update dependencies 5 days ago
requirements.in Modernize app 1 week ago
requirements.txt Modernize app 1 week ago
tasks.py Compile messages before tests 1 week ago

README.md

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 🙂