{% load drf_auto %} {% get_settings_formats as formats %}

Общее описание API.

{% for key, value in formats.items %}
{{ value|safe }}
{% endfor %}