Merge branch 'feature/log-api-endpoints' into 'marietje-zuid'

Add logging for API endpoints

Closes #74

See merge request technicie/MarietjeDjango!83
This commit is contained in:
Lars van Rhijn
2024-02-28 14:12:22 +01:00
19 changed files with 399 additions and 108 deletions

View File

@ -12,7 +12,7 @@ black:
- python3 -m pip install --upgrade pip
- curl -sSL https://install.python-poetry.org | python3 -
- export PATH="/root/.local/bin:$PATH"
- poetry install --with dev
- poetry install --with dev --no-root
script:
- poetry run black --quiet --check marietje