8000
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 d7b218f commit 39dd34fCopy full SHA for 39dd34f
docs/api-guide/schemas.md
@@ -18,12 +18,12 @@ Django REST Framework provides support for automatic generation of
18
19
## Generating an OpenAPI Schema
20
21
-### Install `pyyaml`
+### Install dependencies
22
23
-You'll need to install `pyyaml`, so that you can render your generated schema
24
-into the commonly used YAML-based OpenAPI format.
+ pip install pyyaml uritemplate
25
26
- pip install pyyaml
+* `pyyaml` is used to generate schema into YAML-based OpenAPI format.
+* `uritemplate` is used internally to get parameters in path.
27
28
### Generating a static schema with the `generateschema` management command
29
0 commit comments