add private mode

This commit is contained in:
Yax 2017-12-03 13:40:24 +01:00
parent 3e15b83d2a
commit f05bfb8383
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')