有没有一种简单或优雅的方法来卸载Windows10上的django-rest-swagger?我最近开始开发API和创建文档。我找到了一个使用django-rest-swagger应用程序的教程。我试着使用"pip uninstall django-rest-swagger“,结果显示应用程序已卸载。但是,当我进入项目的虚拟环境文件夹时,所有的包文件夹仍然在那里。我也尝试过"pipenv uninstall django-rest-swagger",但返回"pipenv is not
我想在DRF中使用swagger生成器工具来记录我的API。我不想使用视图集或序列化程序来编写视图。from rest_framework.views import APIView ''' some description some other description def get(self, request, format
我们的项目使用django-rest-swagger来管理API,我们想导出所有的api并导入Postman,我可以在url localhost:5000/swagger/?Error while importing: format not recognized=openapi从django-rest-swagger导入到邮递员,而没有错误的格式不被识别?