Set up a Docker and Django Postgres Environment (Part 2)
Introduction This article is the second installment of our tutorial series describing how to set up a Docker and Django Postgres environment. Our goal is to create a Docker container that runs a Django web application and uses PostgreSQL for the application database. In the first article, we created a Django project folder inside of … Continued