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

Model Relationships

Explore your DRF model structure and relationships.

{% endblock %} {% block action_buttons %}
Download JSON Download Markdown
{% endblock %} {% block content %}
{{ graph|json_script:"graph-data" }} {% endblock %}