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...
blog.unicornfortunes.com3 min read