def __init__(self, title, content=''): self.title = title self.content = content self.create_date = datetime.utcnow() self.status = 'open'