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

Architecture Dashboard

Explore and analyze your DRF backend.

{% endblock %} {% block action_buttons %}
Download JSON Download Markdown
{% endblock %} {% block content %}

URLs Explorer

Explore API endpoints and methods.

Serializers

Analyze serializer fields and nesting.

Models Graph

View model relationships visually.

Query Analysis

Detect possible optimization issues.

JSON Export

Export architecture as JSON.

Markdown Export

Generate shareable documentation.

{% endblock %}