{% extends "docca/base.html" %} {% block title %}API Documentation{% endblock %} {% block meta_description %}{% endblock %} {% block content %}
python manage.py syncdocs --all to populate the portal.
{{ group.tag.description }}
{% endif %} {% for ep in group.endpoints %} {% include "docca/_endpoint_card.html" with ep=ep %} {% endfor %}