python django module 关联问题想要让django的两个module关联起来,就像查数据库的表有where idid 关联两
python django module 关联问题
想要让django的两个module关联起来,就像查数据库的表有where id=id 关联两个表一样的关联起module,要怎么写呢? django
[解决办法]
设置ForeignKey
