Commit f250dc7c authored by lixiaofang's avatar lixiaofang

add

parent de0e0e68
......@@ -63,13 +63,6 @@ class AgileTagType(BaseModel):
agile_tag_type = models.CharField(verbose_name=u"标签类型", max_length=3, choices=AGILE_TAG_TYPE)
class ApiAgileTagRecommendType(BaseModel):
class Meta:
verbose_name = u'新标签推荐类型'
db_table = 'api_agile_tag_recommend_type'
app_label = 'api'
class AgileTagRecommendType(BaseModel):
class Meta:
verbose_name = u'新标签推荐类型'
......
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