Commit a3d9542f by liuyingying

漏了一个

parent 0f9fbbe0
......@@ -51,7 +51,7 @@ class Articles(models.Model):
publish = models.CharField(max_length=5, default='0')
editDateTime = models.DateField(default=timezone.now)
isPrivate = models.CharField(max_length=5, default='0')
attachment = models.CharField(max_length=1000, default='nofile')
attachment = models.CharField(max_length=1000, default='')
class ScoreRecords(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