Running Django with Docker Compose
Running Django with Docker Compose

A simple article about using Docker Compose to run Django and PostgreSQL together.

Deploying DevJournal to a VPS
Deploying DevJournal to a VPS

A simple article about deploying DevJournal to a VPS and making it available on the internet.

From Local App to Real Website
From Local App to Real Website

A simple project note about moving DevJournal from a local Django app to a real website on the internet.

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.