Sun GlassFish Enterprise Server v3 Scripting Framework Guide

ProcedureTo Install Django

  1. Download Django from the following location:

    http://media.djangoproject.com/releases/1.1.1/Django-1.1.1.tar.gz.

  2. Extract the tar file:

    gunzip Django-1.1.1.tar.gz

    tar -xvf Django-1.1.1.tar

  3. Change to the extracted directory:

    cd Django-1.1.1

  4. Install Django with the following command:

    jython setup.py install