python flask web 博客實例 評論模塊 4

1  app/models.py class Comment(db.Model): tablename = 'comments' id = db.Column(db.Integer, primary_key=True) body = db.Column(db.Text) body_html = db.Column(db.Text) timestamp = db.Column(db.DateTime
相關文章
相關標籤/搜索