摘要: DRF 安装 pip install djangorestframework 注册 在settings.py中进行注册 INSTALLED_APPS = [ ... 'rest_framework', ] DRF简单使用 models模型数据 from django.db import models 阅读全文
posted @ 2024-08-05 17:54 愿风带走思绪 阅读(66) 评论(0) 推荐(0)