django rest_framework
摘要:
安装:pip3 install djangorestframework 注意:如果django版本低于2.2,安装最新版,django也会会被更新到最新版 视图中使用: from django.shortcuts import render # Create your views here. fro 阅读全文
posted @ 2020-11-04 20:08 信奉上帝的小和尚 阅读(105) 评论(0) 推荐(0) 编辑