创建题目标签相关的 api

This commit is contained in:
virusdefender
2015-08-10 17:59:39 +08:00
parent 6eb54bec6c
commit a6268dcb53
5 changed files with 58 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ from account.models import User
class ProblemTag(models.Model):
name = models.CharField(max_length=30)
description = models.CharField(max_length=50)
# description = models.CharField(max_length=50)
class Meta:
db_table = "problem_tag"