0
1
557
4
定義model的方式 告訴django使用這些模型 首先修改settings.py文件,把model所在的app添加到 INSTALLED_APPS這個(gè)列表變量中。 執(zhí)行如下...