in api.py [0:0]
def get_all_articles(self): self.cursor.execute("SELECT title FROM core_articles") return [row[0] for row in self.cursor.fetchall()]