| List {{ verbose_name_plural }} |
http://{{ SITE.domain }}{{ urls.list.url|safe }}Allowed methods: {% for method in urls.list.allowed_methods %}{% if forloop.last %}and {% endif %} {{ method }}{% if not forloop.last %}, {% endif %}{% endfor %}
|
|---|---|
| Single {{ verbose_name }} |
http://{{ SITE.domain }}{{ urls.object.url|safe }}Allowed methods: {% for method in urls.object.allowed_methods %}{% if forloop.last %}and {% endif %} {{ method }}{% if not forloop.last %}, {% endif %}{% endfor %}
|
Supported formats: {% for format in formats %}{% if forloop.last %}and {% endif %}{{ format }}{% if not forloop.last %}, {% endif %}{% endfor %}