{% extends "drf_inspector/base.html" %} {% block page_header %}

DRF Statistics

Project overview and API statistics.

{% endblock %} {% block action_buttons %}
Download JSON Download Markdown
{% endblock %} {% block content %}
Total APIs
{{ stats.total_endpoints }}
Models
{{ stats.total_models }}
Serializers
{{ stats.total_serializers }}
Relationships
{{ stats.total_relationships }}

HTTP Methods

{% for method, count in stats.methods.items %}
{{ method }}
{{ count }}
{% endfor %}
{% endblock %}