Ubuntu Hardy - mod_python Installation

Following from the django install article, we now look one way of serving our application.

mod_python is a simple to use (and setup) tool for serving python based web applications from Apache.

This article will walk you through installing and setting up mod_python with Apache.


Ubuntu Hardy - Django Installation

This series of articles will take you through the installation and deployment of a Django based web application. This article in particular will serve to get Django installed and be a base for the rest of the articles in the series.


Ubuntu Gutsy - Django installation

Django is a commonly used framework when developing webapps.

Let's take a look at installing Django on an Ubuntu Gutsy Slice and look at integrating database support.