Commit 64c5c500 authored by 高雅喆's avatar 高雅喆

add is_category field

parent 8b330f9a
......@@ -53,6 +53,7 @@ class Tag(models.Model):
is_own = models.IntegerField(verbose_name=u"是否ins上自带")
create_time = models.DateTimeField(verbose_name=u'创建时间', default=datetime.datetime.fromtimestamp(0))
update_time = models.DateTimeField(verbose_name=u'更新时间', default=datetime.datetime.fromtimestamp(0))
is_category = models.IntegerField(verbose_name=u"是否大分类")
class CommunityTagFollow(models.Model):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment