How Django Models Store Blog Data
How Django Models Store Blog Data

A simple article about how Django models describe blog data and save it in the database.

Using Views to Show Blog Posts
Using Views to Show Blog Posts

A simple article about how Django views get blog posts from the database and show them on the page.