{% extends "debug_logging/base.html" %} {% load static %} {% block title %}Home{% endblock %} {% block sidebar %}

Test Runs

{% endblock %} {% block body %}

Django Debug Logging

Select a test run below to review the results.

Test Runs

{% csrf_token %} {% for run in all_test_runs %} {{ run.set_aggregates|default:"" }} {% empty %} {% endfor %}
Name/Date Total Requests Avg. Time Avg. Sql Time Avg. Queries Total Queries
{{ run }} {{ run.total_requests }} {{ run.avg_time|floatformat:"-2" }} {{ run.avg_sql_time|floatformat:"-2" }} {{ run.avg_sql_queries|floatformat:"-2" }} {{ run.total_sql_queries }}
There are no test runs available to review.
{% endblock %} {% block extra_js %} {% endblock %}