For example, this will print the headline of all entries in the database: for e in Entry.objects.all(): print(e.headline).
確定! 回上一頁