, , ,

Add Postgres Database to Dockerized Django Project

In this tutorial I'll show you how to add a PostgreSQL database to a Dockerized Django project. https://www.youtube.com/watch?v=pTtNbXQRUvo We'll be building on top of an existing project that we created in our recent posts: How to…
MariaDB and Debian 7 logos on a pale yellow background
,

How to completely uninstall MariaDB from a Debian 7 server

DevOps Deployment Automation with Terraform, AWS and Docker There are many guides about how to install and configure popular applications on Linux servers, but not much on how to remove them. I found this out when I needed to install…