work
This commit is contained in:
@@ -4,6 +4,8 @@ from django.db import models
|
||||
|
||||
|
||||
class Comments(models.Model):
|
||||
class Meta:
|
||||
verbose_name_plural=u"弹幕内容"
|
||||
post_time = models.DateTimeField(verbose_name="发布时间")
|
||||
content = models.CharField(verbose_name="弹幕内容", max_length=50, blank=False)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user