add private mode

This commit is contained in:
Yax 2017-12-03 13:40:24 +01:00
parent 7718776ae8
commit 34f10baae2
5 changed files with 38 additions and 21 deletions

View file

@ -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')