We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bff8d4f commit eb0e571Copy full SHA for eb0e571
rest_framework_docs/templates/rest_framework_docs/docs.html
@@ -0,0 +1,3 @@
1
+{% extends "rest_framework_docs/base.html" %}
2
+
3
+{# Override this template in your own templates directory to customize #}
rest_framework_docs/templates/rest_framework_docs/home.html
@@ -1,4 +1,4 @@
-{% extends "rest_framework_docs/base.html" %}
+{% extends "rest_framework_docs/docs.html" %}
{% block apps_menu %}
4
{% regroup endpoints by name_parent as endpoints_grouped %}
0 commit comments