Django Optimised Virtual Servers

The Virtual Machine

Every Kutoken virtual machine has dedicated resources to provide a consistent level of performance. We don't overcommit memory, every physical machine has a 1 gigabit network connection, and we enforce CPU core contention ratios to ensure that a high level of service is enjoyed by all.

Optimised for Django

Everything you need to deploy a Django application comes pre-installed on every Kutoken machine, but the optimisations only start there. We also provide our own Django extensions to automatically configure Apache for your project. Most importantly, we've put a lot of effort into making deployment as simple as possible by packaging numerous Django applications and dependencies. Need to use South for database migrations? No problem, just 'sudo apt-get install python-django-south' and it's there. Need to add registration to your project? 'sudo apt-get install python-django-registration' and it's installed. We've also packaged other related applications, for example the Lamson Python email server.

For a demonstration of how simple it is to deploy applications to Kutoken, please see our Getting Started guide.