Django

Latest Article:

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.

Django is a very popular Python Web frame work.

These Django tutorials will take you through installing and configuring Django, followed by deploying and serving your applications.

Ubuntu Hardy - Django installation & configuration

Ubuntu Hardy - Django Installation: This article examines three different ways to install Django on your Ubuntu Hardy Slice. One uses the aptitude package manager, one uses the source code and one looks at getting the latest build via subversion.

Ubuntu Hardy - mod_python Installation: Now we have Django installed, we can move onto installing mod_python (and apache) to serve our application.


Ubuntu Gutsy - Installation

Ubuntu Gutsy - Django Installation: Let's install our Gutsy Slice with a Django stack with our favourite database, subversion and Postfix support.

Please feel free to request articles or comment with any suggestions or ideas of your own.

PickledOnion