Featured Image

Deploying Django on AWS Fargate in 8 minutes

Totoro — With logo colors (AWS, Docker, Nginx, Guinicorn, and Django). So far, we have seen how to dockerize the Django application and deploy the application on EC2. Installing Docker Engine on...

Featured Image

Deploying Django on AWS EC2 and Docker

Totoro — With logo colors (AWS, Nginx, Guinicorn, and Django) If you are here, you are probably looking to deploy a Django project using AWS EC2 and docker without an orchestrator (ECS, EKS, or D...

Featured Image

Dockerizing Django — Gunicorn and Nginx

Totoro — With logo colors (AWS, Docker, Nginx, Guinicorn, and Django) A step-by-step tutorial on dockerizing a Django application with MySQL database using Guinicorn and Nginx. This post assumes...