A simple introduction to DevJournal, a Django blog project built to practice backend development.
A simple article about how Django models describe blog data and save it in the database.
A simple article about why categories and tags are useful in a blog project.
A simple article about how Django views get blog posts from the database and show them on the page.