{% extends "base.html" %} {% load i18n %} {% block content %}

{% trans 'Getting started' %}

{% trans 'Basic information on how to get started with PlutoF taxonomy module v1 API. Take a look at our browsable API.' %}

{% trans 'Browsable API' %}
{% trans 'API documentation powered by django-rest-swagger' %}
{% trans 'API Specification Doc' %} {% endblock %}