2019-05-29 django-rest-framework
2019-05-29 本文已影响0人
多吃水果少吃肉
安装
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='文档')),
即可