My favorites | Sign in
Project Logo
                
Search
for
ibm_db_django_README  

Getting started with IBM DB Django adapter

IBM Dataservers backend support in Django application Framework.

ibm_db_django enables access to IBM databases from Django applications http://www.djangoproject.com/

The adapter has been developed and is supported by IBM.

Prerequisites

Updation from from ibm_db_django-0.1.0 to ibm_db_django-0.1.2

Django 1.1 and ibm_db_django support

The name of the adaptor (in Django terminology, the DATABASE_ENGINE) has been changed to 'ibm_db_django' from this version onwards (in earlier versions it was 'db2'). For your existing apps please remember to change this once you upgrade to ibm_db_django-0.1.2

The 'DATABASE_ENGINE' field in settings.py should as below when using ibm_db_django-0.1.2

DATABASE_ENGINE = 'ibm_db_django'

(In version 0.1.0, it is "DATABASE_ENGINE = 'db2' " )

Install Django

Install Django as per instructions from the Django website.

DB2 Django adapter (ibm_db_django) Build and Installation

Download latest release of ibm_db_django from official release

Install Django as per instructions from the Django website (http://docs.djangoproject.com/en/dev/topics/install/#installing-an-official-release)

1. Linux/MAC

$ easy_install ibm_db_django-0.1.2.egg

2. Windows

c:\> easy_install ibm_db_django-0.1.2.egg

or Install from PyPi

$ easy_install ibm_db

Tested Operating Systems

Supported Databases

IBM DB2 Database for Linux, Unix, Windows and MAC OS X, version 8.2 or higher (9.5 FP2 or higher for MAC OS X).

Future Supported Databases

Testing

Known Limitations of ibm_db_django adapter

Feedback


Sign in to add a comment
Hosted by Google Code