Fork me on GitHub
摘要: 一、ContentType概述 ContentType位于django.contrib.contenttypes.models.ContentType,ContentType表示和存储有关项目中安装的模型的信息的实例, 以及安装ContentType新模型时自动创建的新实例 。 ContentTyp 阅读全文
posted @ 2019-09-15 22:32 iveBoy 阅读(544) 评论(0) 推荐(0)
TOP