Merge pecosys work around comment processing with stacosys
This commit is contained in:
parent
300727cdab
commit
daed9e9cb5
25 changed files with 456 additions and 31 deletions
|
|
@ -13,7 +13,7 @@ from app.services.database import get_db
|
|||
class Comment(Model):
|
||||
url = CharField()
|
||||
created = DateTimeField()
|
||||
published = DateTimeField()
|
||||
published = DateTimeField(null=True,default=None)
|
||||
author_name = CharField()
|
||||
author_email = CharField(default='')
|
||||
author_site = CharField(default='')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue