{% extends "base.html" %} {% block title %}Systeemstatus ยท VacatureRadar{% endblock %} {% block content %}
Readiness{% if health.ok %}OK{% else %}FOUT{% endif %}{{ health.checks.database }}
{% for row in source_summary %}
Bronnen {{ row.status }}{{ row.total }}
{% endfor %}{% for row in job_summary %}
Vacatures {{ row.status }}{{ row.total }}
{% endfor %}

Veilige beheeropdrachten

make verify
./scripts/backup.sh
./scripts/restore.sh /pad/naar/backup.sql.gz
uv run python manage.py seed_sources
{% endblock %}