本文共 438 字,大约阅读时间需要 1 分钟。
pip install coreapi
from rest_framework.schemas import get_schema_viewschema_view = get_schema_view(title='Pastebin API')....url(r'^schema/$',schema_view),
from rest_framework.documentation import include_docs_urls....urlpatterns = [ url(r'^docs/',include_docs_urls(title='图书管理系统')),....
[图片上传失败...(image-85cfa3-1540134902009)]
官网下载或者浏览器插件
转载地址:http://cebfx.baihongyu.com/