Massive Python hosting with uWSGI: Preparation
Added on Saturday the 27th of OctoberSince I just completed my server migration, I combined 2 servers into a single server and used uWSGI to glue it all together. This tutorial explains how to get up and running with Django, however it can be applied to other frameworks which support WSGI with little to no effort.
Massive Python hosting with uWSGI: Django
Added on Saturday the 27th of OctoberIn the previous tutorial, I explained how to prepare a server with uWSGI and Nginx to work with Massive Python application hosting. This tutorial continues this and explains how to configure this solution to work with various versions of Django.
