{% extends "debug_logging/base.html" %} {% 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

{% for run in all_test_runs %} {{ run.set_aggregates|default:"" }} {% empty %} {% endfor %}
Name/DateAvg. TimeAvg. Sql TimeAvg. QueriesTotal Queries
{{ run }} {{ 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 %}