解决django配置swagger后,打开docs报错TypeError:Excepted a ‘coreapi.Document’ instance
摘要:
在django 中swagger后,查看docs路由时可能会报错TypeError:Excepted a ‘coreapi.Document’ instance 此时可能是由于版本导致的,需要按以下方法进行解决 1) 查看django 、djangorestframework、django-rest 阅读全文
posted @ 2021-05-18 17:43 茶子 阅读(747) 评论(1) 推荐(0) 编辑