摘要:
建立评论的对象关系映射: class Comment(db.Model): __tablename__='comment' 尝试实现发布评论。 阅读全文
posted @ 2017-12-05 13:25
007杨碧茜
阅读(129)
评论(0)
推荐(0)
摘要:
首页列表显示全部问答: 将数据库查询结果传递到前端页面 Question.query.all() 前端页面循环显示整个列表。 问答排序 @app.route('/') def index(): context={ 'questions': Question.query.order_by('-creat_time').all() } return re... 阅读全文
posted @ 2017-12-01 11:22
007杨碧茜
阅读(144)
评论(0)
推荐(0)
浙公网安备 33010602011771号