1
cc21 2015-04-11 09:10:56 +08:00
|
2
wph95 2015-04-11 18:48:41 +08:00
评论(comment)模型(model)加个ForeignKey 连到Product
comment = models.ForeignKey("Product") 然后 product.comment_set.all()就是所有的评论queryset |