会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Web
博客园
首页
新随笔
联系
管理
2018年11月8日
DRF:序列化器、视图、路由
摘要: from django.db import models # Create your models here. __all__ = ["Book", "Publisher", "Author"] class Book(models.Model): title = models.CharField(m
阅读全文
posted @ 2018-11-08 13:55 web123
阅读(191)
评论(0)
推荐(0)
编辑
django-rest-framework
摘要: 1、序列化器、视图、路由 2、认证、权限、频率、分页 3、跨域 4、content-type
阅读全文
posted @ 2018-11-08 11:40 web123
阅读(149)
评论(0)
推荐(0)
编辑
公告