Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
While I’ve no doubt that this well-written article will get you up-and-running, I had issues with Apache hanging once under any kind of pressure. I’m sure there are some tweaks that can be made to Apache to run in a more restrictive environment (in this case a VPS), however I’ve had nothing but success with Nginx and uWSGI serving my Django projects.
I’m currently serving a Django 1.6 project using Python 3.4 on a tier 2 droplet with Ubuntu 12.04 running PostgreSQL and it doesn’t break a sweat. I’d personally recommend the Nginx route rather than Apache every time.
Thanks for this! I remember having some difficulties with this earlier but this looks easy.
Thanks a lot. Very good tutorial. One question I did not answer reading this article. “Creating a virtual environment using virtualenv Upon Apache installation a /var/www directory …” I did with roo priveleges. Is it right?
That’s fine. This tutorial assumes you are creating the virtualenv using the root user.
I followed this tutorial, but I keep getting and ImportError when I try to import a models file into one of my apps, has anyone else run into this issue?
Hello, I have set two virtual hosts, to run two domains in different folders, and it is working good. And I am trying to follow this tutorial on only one of those virtual hosts, so the django app run on one of the domains.
So, those changes on the 000-default virtual host should then be done on this same file, or on the other .conf file, for the domain I want to run the django app?
Hey thanks! This did fix for me an issue with multiple virtualenv and Django.
Running them as named daemons did settle a cross environment setting conflict.