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:
committed by
Roberto Rosario
parent
77a3c103d1
commit
4378b28777
@@ -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'
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user