{% extends "djmongo/console/base.html" %} {% block extra_head %} {% endblock %} {% block Content %} {% load i18n %}


Data Console

APIs on this Server

{% for a in apis %} {% endfor %}

Endpoints

Actions

Name (Slug):{{ a.slug }}
URL: {{ request.scheme }}://{{ request.META.HTTP_HOST }}{{ a.url }}
{% endblock %}