摘要: 一、三种分页模式 1 PageNumberPagination from rest_framework.pagination import PageNumberPagination,LimitOffsetPagination,CursorPagination class Mypagination(P 阅读全文
posted @ 2020-07-13 19:41 lxttt521 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 一、模型 from django.db import models # Create your models here. class Basemodel(models.Model): create_time = models.DateTimeField(auto_now_add=True) last 阅读全文
posted @ 2020-07-13 18:47 lxttt521 阅读(255) 评论(0) 推荐(0) 编辑