摘要:
一、表单的建立 在model.py中映射关系 表名 <-------> 类名 字段 <-------> 属性 表记录 <------->类实例对象 1.1 建立基本映射关系 # 用IntegerField class Projects(models.Model): name = models.Cha 阅读全文
posted @ 2017-12-25 20:12
檐夏
阅读(1224)
评论(0)
推荐(0)
浙公网安备 33010602011771号