标签:api文档 运维 接口 写入 bsp div inf 效果 平台
在开发中,写好注释,有助于自己查看和方便别人看懂代码,也能更好的写入到API接口文档与前端交流。
from rest_framework.documentation import include_docs_urls
urlpatterns = [ url(r‘^docs/‘,include_docs_urls("运维平台接口API文档")) ]
效果:
标签:api文档 运维 接口 写入 bsp div inf 效果 平台
原文地址:https://www.cnblogs.com/zhangzihong/p/9257828.html