add private mode
This commit is contained in:
parent
7718776ae8
commit
34f10baae2
5 changed files with 38 additions and 21 deletions
|
|
@ -17,6 +17,7 @@ class Comment(Model):
|
|||
author_name = CharField()
|
||||
author_email = CharField(default='')
|
||||
author_site = CharField(default='')
|
||||
author_gravatar = CharField(default='')
|
||||
content = TextField()
|
||||
site = ForeignKeyField(Site, related_name='site')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue