School is a twelve-year jail sentence where bad habits are the only curriculum truly learned.
John Taylor Gatto
The Django gunicorn fabfile project
Since I read about Green Unicorn, better known as gunicorn, a Python WSGI HTTP server that goes along very well with Django, I knew I had to try it, and trying it I did. And I liked it. There were many steps to make a server work but overall it was cleaner than other approaches, including the Django deployment using Nginx, Apache and mod_wsgi that I described long time ago. And many reports indicate that a Django setup with gunicorn performs better than one using Apache.
But when you have to setup many servers with the same configuration, the process gets boring and repetitive, and when you're bored you make mistakes. This is the perfect scenario for automating with Python and a Fabric script.

Recent comments
14 weeks 6 days ago
15 weeks 7 hours ago
15 weeks 3 days ago
15 weeks 3 days ago
19 weeks 3 days ago
19 weeks 3 days ago
25 weeks 4 days ago
26 weeks 4 days ago
28 weeks 3 days ago
32 weeks 3 days ago