def get_all_posts(cls): posts = db.GqlQuery("SELECT * FROM Post ORDER BY created_date_time DESC") # NOQA return posts