安装
pip install djangorestframework
urls.py
from rest_framework.documentation import include_docs_urls
path('docs/', include_docs_urls(title='文档')),
即可
安装
pip install djangorestframework
urls.py
from rest_framework.documentation import include_docs_urls
path('docs/', include_docs_urls(title='文档')),
即可
本文标题:2019-05-29 django-rest-framework
本文链接:https://www.haomeiwen.com/subject/xidetctx.html
网友评论