隱私權|發佈廣告:
hits = models.PositiveIntegerField(default=0)
object_pk = models.TextField('object ID')
content_type = models.ForeignKey(ContentType,
verbose_name="content cype",
related_name="content_type_set_for_%(class)s",)
content_object = generic.GenericForeignKey('content_type', 'object_pk')
項目:
title = models.CharField(_('Title'), max_length=400)
desc = models.TextField(_('Description'), blank=True
)
我想要排序或在HitCounter中擊中Item中的物品?我該怎麼辦?
隱私權|發佈廣告沒有定義 – anhtran
泰伊隱私權|發佈廣告。 – dotty
是您的第一款名爲'HitCounter'的款式,您仍然收到異常?你可以發佈消息嗎? – Zach