Building My First Django Blog
Building My First Django Blog

A simple introduction to DevJournal, a Django blog project built to practice backend development.

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.

Why DevJournal Has Categories and Tags
Why DevJournal Has Categories and Tags

A simple article about why categories and tags are useful in a blog project.

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.