Update API vies and serializers for the latest Django REST framework version. Replace DRF Swagger with DRF-YASG.

Signed-off-by: Michael Price <loneviking72@gmail.com>
This commit is contained in:
Michael Price
2018-03-04 04:29:04 -04:00
committed by Roberto Rosario
parent 77a3c103d1
commit 4378b28777
20 changed files with 298 additions and 194 deletions

View File

@@ -10,5 +10,5 @@ link_api = Link(
)
link_api_documentation = Link(
icon='fa fa-book', tags='new_window', text=_('API Documentation'),
view='django.swagger.base.view'
view='schema-swagger-ui'
)