我需要在我的项目中添加API文档。我使用swagger编辑器编写了我的自定义模式,现在我有了一个YAML文件,如下所示: swagger: "2.0" description: "This is the documentationof Orion Protocol API" title: "Orion Protocol API
我有一个使用rest_framework的django应用程序,一切都运行得很好,我正在使用pyinstaller来获取此应用程序的可执行文件,可执行应用程序运行良好,但当我尝试访问rest框架的可浏览应用程序接口(如http://localhost:8000/api/flags/ )以获取可浏览应用程序接口的视图时,我收到以下错误 TemplateDoesNotExist at