{% extends "admin/base_site.html" %} {% load i18n admin_static %} {% block breadcrumbs %} {% endblock %} {% block content %}

Запрос в mlapi

{% csrf_token %}
{{ form.request.label_tag }} документация mlapi
{{ form.request }}
{% if formatted_response %}
GET {{ url }}

Response: {{ response.status_code }}

Headers:
{{ formatted_headers }}

{{ formatted_response }}
{% endif %} {% if exception %} Exception:
{{ exception }}
{% endif %}
{% endblock %}