Category Articles RSS Feed
How To Install and Configure Django with Postgres, Nginx, and Gunicorn
Viewed 4001 times since Fri, Jan 3, 2014
For convenience, I've broken this tutorial into two parts. The first part (steps 1 - 6) covers installation only. If you are a more advanced Django user who just needs help getting things installed you can stop at step 6. If you already have... Read More
Django Server Comparison: The Development Server, Mod_WSGI, uWSGI, and Gunicorn
Viewed 2976 times since Fri, Jan 3, 2014
When it comes to Django Servers there are quite a few choices. It can be difficult to know which setup is right for you. While each setup is different, they each come with their own advantages and drawbacks. In this article, we will attempt to... Read More
How To Scale Django: Finding the Bottleneck
Viewed 2304 times since Fri, Jan 3, 2014
Django is an excellent Python based platform for building modern web apps. One of its biggest strengths is that it helps developers work faster. You've built your awesome app and deployed it. Things are great, but now that you're loading it... Read More
How to Scale Django: Beyond the Basics
Viewed 2069 times since Fri, Jan 3, 2014
Let's dig into the guts of our application and server configuration a little. This article is written on the assumption that you're using Ubuntu 12.04, but the principles work with any version of Linux. Cache Everything The downside is... Read More