main.py 文件源码

python
阅读 25 收藏 0 点赞 0 评论 0

项目:FSND_Multi_User_Blog 作者: harrystaley 项目源码 文件源码
def get(self):
        """
        queries the database for the 10 most recent
        blog posts and orders them descending
        """
        posts = db.GqlQuery("SELECT * "
                            "FROM Post "
                            "ORDER BY created DESC LIMIT 10")
        self.render("front.html", posts=posts)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号