A step-by-step tutorial on dockerising a Django application with Postgres database using Gunicorn and Nginx.
This blog assumes that you have some familiarity with Django and likely have a local Django development project, and looking at how to deploy the project in production. We&rs...