c89f96fcb0
* refactor the view inspection process to be more modular and allow recursive customization * add operation_id argument to @swagger_auto_ * add inspections for min/max validators * add support for URLPathVersioning and NamespaceVersioning * integrate with djangorestframework-camel-case * fix bugs, improve tests and documentation
5 lines
165 B
HTML
5 lines
165 B
HTML
{% extends "!layout.html" %}
|
|
{% block extrahead %}
|
|
<meta name="google-site-verification" content="saewLzcrUS1lAAgNVIikKWc3DUbFcE-TWtpyw3AW8CA" />
|
|
{% endblock %}
|