摘要:
models templates models and databases models templates models and databases models 如何理解models A model is the single, definitive source of information 阅读全文
摘要:
版本: django:1.11.9 python3 mysql 5.7.18 在这里我们认为你已经安装好了mysql,python ,django 下面是来自django官方教程的一段话 If you wish to use another database, install the appropr 阅读全文
摘要:
安装 基础 django is a framework .lightweight MVC MTV Django的MTV模式本质是各组件之间为了保持松耦合关系,Django的MTV分别代表: Model(模型):负责业务对象与数据库的对象(ORM) Template(模版):负责如何把页面展示给用户 阅读全文