correct discount model

This commit is contained in:
Tobias Brunner 2025-05-23 16:37:03 +02:00
parent f5f4ec8ac9
commit 3896636f9b
No known key found for this signature in database
6 changed files with 201 additions and 55 deletions

View file

@ -7,4 +7,7 @@ Docker specific code is in the folder docker/.
Kubernetes deployment specific files in deployment/.
GitLab CI is used as the main CI/CD system.
The project uses Astral uv to manage the Pythong project, dependencies and the venv.
Execute Django with `uv run --extra dev manage.py`.
Answers should be short and concise, and should not include any unnecessary comments or explanations, but be clear on which file a code block should be placed in.