feat: add Django backend skeleton

This commit is contained in:
2026-04-28 11:23:51 +02:00
parent 65a36a72e0
commit d8da268a53
27 changed files with 237 additions and 21 deletions

View File

@@ -8,6 +8,7 @@ All tests should run inside Docker containers.
```bash
docker compose --env-file .env.example -f infra/docker/compose.yml config
docker compose --env-file .env.example -f infra/docker/compose.yml run --rm --build backend python manage.py test
```
## Test categories
@@ -21,3 +22,8 @@ Describe applicable categories:
- Ansible syntax checks;
- Docker/Compose validation;
- smoke tests.
## Current coverage
- Docker Compose configuration validation;
- Django backend unit tests, including the initial health endpoint test.