How to host Django Application using gunicorn & nginx in Production
In this post, we will see how to use Nginx with Gunicorn to serve Django applications in production. Django is a very powerful web framework and ships with a server that is able to facilitate development. This development server is not scalable and i...
Jul 26, 20233 min read47
