Re: Dealing with DB2

2007-05-02 Thread Russell Keith-Magee
On 5/2/07, Javier Villavicencio <[EMAIL PROTECTED]> wrote: > > Russell Keith-Magee wrote: > > On 5/2/07, mo <[EMAIL PROTECTED]> wrote: > >> Hi, > >> I'm new to Django... > >> Is there any special reason that Django does not support DB2? > > > > The obvious reason is that nobody has offered to prov

Re: Dealing with DB2

2007-05-02 Thread Javier Villavicencio
Russell Keith-Magee wrote: > On 5/2/07, mo <[EMAIL PROTECTED]> wrote: >> Hi, >> I'm new to Django... >> Is there any special reason that Django does not support DB2? > > The obvious reason is that nobody has offered to provide a backend > implementing DB2 support, and it hasn't been required by t

Re: Dealing with DB2

2007-05-02 Thread Russell Keith-Magee
On 5/2/07, mo <[EMAIL PROTECTED]> wrote: > > Thanks Russ, > > So do you think that it's got no problem for using in production use, > except for losing some features? Well, this is not a guarantee, I haven't tried it myself, and if it does break you get to keep all the little pieces; but in the a

Re: Dealing with DB2

2007-05-02 Thread mo
Thanks Russ, So do you think that it's got no problem for using in production use, except for losing some features? Thanks again, Mo Babaei On May 2, 1:46 pm, "Russell Keith-Magee" <[EMAIL PROTECTED]> wrote: > On 5/2/07, mo <[EMAIL PROTECTED]> wrote: > > > > > Thanks, > > I'll check it out, >

Re: Dealing with DB2

2007-05-02 Thread Russell Keith-Magee
On 5/2/07, mo <[EMAIL PROTECTED]> wrote: > > Thanks, > I'll check it out, > Is it possible to use DB2 in a Django application, whit out using > Django database models? Sure - you can still use the URL dispatching, view building, templating systems etc without having access to a database backend.

Re: Dealing with DB2

2007-05-02 Thread mo
Thanks, I'll check it out, Is it possible to use DB2 in a Django application, whit out using Django database models? Regards, Mo Babaei Russell Keith-Magee wrote: > On 5/2/07, mo <[EMAIL PROTECTED]> wrote: > > > > Hi, > > I'm new to Django... > > Is there any special reason that Django does not s

Re: Dealing with DB2

2007-05-02 Thread Russell Keith-Magee
On 5/2/07, mo <[EMAIL PROTECTED]> wrote: > > Hi, > I'm new to Django... > Is there any special reason that Django does not support DB2? The obvious reason is that nobody has offered to provide a backend implementing DB2 support, and it hasn't been required by the core developers. There may be tec