摘要: 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 阅读(185) 评论(0) 推荐(0) 编辑
摘要: 1、序列化器、视图、路由 2、认证、权限、频率、分页 3、跨域 4、content-type 阅读全文
posted @ 2018-11-08 11:40 web123 阅读(148) 评论(0) 推荐(0) 编辑