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.

What I Learned While Building This Project
What I Learned While Building This Project

A simple reflection about the main lessons learned while building the DevJournal project.

Simple Git Workflow for a Django Project
Simple Git Workflow for a Django Project

A simple article about using Git to save progress and manage changes in a Django project.