Move API documentation views API app

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-04-12 02:03:22 -04:00
parent 1fa91f0ef7
commit 0416ac4064
6 changed files with 36 additions and 19 deletions

View File

@@ -15,10 +15,10 @@ link_api = Link(
)
link_api_documentation = Link(
icon_class=icon_api_documentation, tags='new_window',
text=_('API Documentation (Swagger)'), view='schema-swagger-ui'
text=_('API Documentation (Swagger)'), view='rest_api:schema-swagger-ui'
)
link_api_documentation_redoc = Link(
icon_class=icon_api_documentation_redoc, tags='new_window',
text=_('API Documentation (ReDoc)'), view='schema-redoc'
text=_('API Documentation (ReDoc)'), view='rest_api:schema-redoc'
)