From 6ff9e872a84c7c5a45a827caae6cc7bbb3f25405 Mon Sep 17 00:00:00 2001 From: Roman Vasilyev Date: Fri, 6 Jan 2017 08:48:41 -0800 Subject: [PATCH] sill changing docs --- docs/api-guide/schemas.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/api-guide/schemas.md b/docs/api-guide/schemas.md index 1290f6948..f43ff56bd 100644 --- a/docs/api-guide/schemas.md +++ b/docs/api-guide/schemas.md @@ -147,13 +147,10 @@ May be used to pass a canonical URL for the schema. #### `urlconf` -String representing import path to the URL conf that you want +A string representing the 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( title='Server Monitoring API', url='https://www.example.org/api/',