修正代码格式;删除不用的依赖

This commit is contained in:
virusdefender
2015-12-08 19:04:56 +08:00
parent cb64ece6ee
commit bd5caa8f28
2 changed files with 1 additions and 3 deletions

View File

@@ -71,6 +71,5 @@ class UserProfile(models.Model):
phone_number = models.CharField(max_length=15, blank=True, null=True)
school = models.CharField(max_length=200, blank=True, null=True)
class Meta:
db_table = "user_profile"