Getting started

These are minimal instructions, that assume at least a little familiarity with Django. Examples are given for installing Django CMS on *nix. You may need to install other software before this - Python itself, or svn for example.

Download Django

In an appropriate place, download Django into a directory called django:

svn co http://code.djangoproject.com/svn/django/trunk/ django

This gets the latest version of the Django code.

Install Django

You will need root access, or sudo, for this step.

python django/setup.py install

This runs the Django installer.