Re: Django newb and SAP

2006-10-10 Thread Geert Vanderkelen
Hi Juergen, On 10 Oct 2006, at 18:40, Juergen Barth wrote: .. > > Regarding its integration into Django, I don't know; there is a PHP > connector which emulates MySQL commands and transfers them into MaxDB > statements. Maybe it could be adapted to be used with Django... Looks > like lots of work

Re: Django newb and SAP

2006-10-10 Thread Waylan Limberg
On 10/6/06, daibatzu <[EMAIL PROTECTED]> wrote: > [snip] > > Finally, does Django have helpers that output natural text. Like, I > think, Ruby (or rails?) can say stuff like "3 days ago" or "less than a > minute ago" and so on with respect to time. Does Django or Python have > similar libraries? >

Re: Django newb and SAP

2006-10-10 Thread Juergen Barth
Hi, SAP's database is actually called "MaxDB by MySQL" and you get lots of information about it on www.mysql.com, including Python drivers. It is an extremely performant ans feature rich RDBMS, comparable to Oracle, but it is Open Source. I personally have done quite a few projects with it, from

Django newb and SAP

2006-10-10 Thread daibatzu
Hello, I just learnt Python last week and I'm currently reading the Django tutorials. Coming from a Java background, I really really like what I am seeing with Django. I just have a few questions though. I just got a contract to build a web application. To be honest, in some ways it is f