Sun GlassFish Enterprise Server v3 Scripting Framework Guide

ProcedureTo Install Jython Support Libraries for Django

The django-jython project created database back-ends and management commands for Django and Jython application development. With this task you can install the django-jython packages and enable database support for Django.

  1. Download the django-jython packages from the following location:

    http://django-jython.googlecode.com/files/django-jython-1.0.0.tar.gz

  2. Extract the tar file:

    gunzip django-jython-1.0.0.tar.gz

    tar -xvf django-jython-1.0.0.tar

  3. Change to the extracted directory:

    cd django-jython-1.0.0

  4. Install the package:

    jython setup.py install