mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-05 04:50:12 +03:00
documentation update
This commit is contained in:
parent
21b1c618bf
commit
ba8d56b64e
|
@ -147,8 +147,11 @@ May be used to pass a canonical URL for the schema.
|
|||
|
||||
#### `urlconf`
|
||||
|
||||
May be used to pass a nondefault url configuration
|
||||
useful for `Django multihost snippet`
|
||||
String representing import path to the URL conf that you want
|
||||
to generate an API schema for. This defaults to the value of Django's
|
||||
ROOT_URLCONF setting.
|
||||
|
||||
Useful for `Django multihost snippet`
|
||||
https://code.djangoproject.com/wiki/MultiHostMiddleware
|
||||
|
||||
schema_view = get_schema_view(
|
||||
|
|
Loading…
Reference in New Issue
Block a user