django設置自動接口文檔

django設置自動接口文檔 第一步:pip install coreapi 第二步:在項目同名文件夾下的urls裏面添加路徑 from rest_framework.documentation import include_docs_urls urlpatterns = [ url(r’^docs/’, include_docs_urls(title=‘接口文檔’)) ] 第三步:在項目所在同名
相關文章
相關標籤/搜索