摘要: 1.准备工作 M层:生成虚假数据 from django.db import models from faker import Factory # Create your models here. class Video(models.Model): """视频字段列表""" title = mod 阅读全文
posted @ 2018-01-05 22:23 venicid 阅读(299) 评论(0) 推荐(0)