# 使用鏡像源進(jìn)行下載
pip install -i https://pypi.douban.com/simple/ coreapi
在根級路由里面進(jìn)行添加
from rest_framework.documentation import include_docs_urls
path('docs/', include_docs_urls(title='測試平臺接口文檔'))
# 使用鏡像源進(jìn)行下載
pip install -i https://pypi.douban.com/simple/ coreapi
在根級路由里面進(jìn)行添加
from rest_framework.documentation import include_docs_urls
path('docs/', include_docs_urls(title='測試平臺接口文檔'))