Gunicorn is a high-performance reliable and stable web server that can handle the heavy load of a Django web application.
Docker help us to make deployment process easier.
In this tutorial we will learn how to run django with gunicorn on docker container