Django Book 翻译
菜单>:
TOC
返回
原文:
However, theres one requirement regarding the app convention: if youre using Djangos database layer (models), you must create a Django app. Models must live within apps. Thus, in order to start writing our models, well need to create a new app.
翻译:
当然,系统对app有一个约定:如果你使用了Django的数据库层(模型),你 必须创建一个django app。模型必须在这个app中存在。因此,为了开始建造 我们的模型,我们必须创建一个新的app。
备注:
译者: