Commit 353bae0f authored by ibuler's avatar ibuler

修改bug

parent 39b42664
......@@ -20,7 +20,7 @@ class Asset(models.Model):
password_common = models.CharField(max_length=160, blank=True, null=True)
username_super = models.CharField(max_length=80, blank=True, null=True)
password_super = models.CharField(max_length=160, blank=True, null=True)
date_added = models.CharField()
date_added = models.CharField(max_length=80)
comment = models.CharField(max_length=100, blank=True, null=True)
def __unicode__(self):
......
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