This presentation takes a look at WSGI, how and why to use it in your Django project. WSGI (Python Web Server Gateway Interface) is a simple and universal interface between web servers and web applications or frameworks. The talk covers the different WSGI solutions and configurations and how to interact with other WSGI applications or middleware. It will also present in detail Gunicorn and how to deploy your Django project with it.