Last checked: {{ checked_at|date:"Y-m-d H:i:s" }}
+| Endpoint | +Method | +Status | +Response Time | +Message | +
|---|---|---|---|---|
| {{ endpoint.path }} | ++ + {{ endpoint.method }} + + | ++ + {% if endpoint.status_code %}{{ endpoint.status_code }}{% else %}ERR{% endif %} + + | ++ {{ endpoint.response_time|default:"—" }} + | ++ {{ endpoint.message }} + | +
+ Note: This page tests API endpoints from the server. Authentication-required endpoints may show 401 (expected). + Refresh Now +
+
+ ⚠ Read-Only Debug Information
+ This page displays system configuration for debugging purposes. No sensitive data (passwords, API keys) is shown.
+
+ Last checked: {{ checked_at|date:"Y-m-d H:i:s" }} +
+| {{ key }}: | ++ {% if value is True %} + ✓ True + {% elif value is False %} + ✗ False + {% elif value is None %} + None + {% else %} + {{ value }} + {% endif %} + | +
+ Security Note: This console does not display sensitive information like API keys or passwords. + For full configuration details, access the Django settings file directly on the server. +
+Last checked: {{ checked_at|date:"Y-m-d H:i:s" }}
++ {{ check.message }} +
+| {{ key|title }}: | +{{ value }} | +
+ Note: This page shows real-time system health. Refresh to get latest status. + Refresh Now +
+