Re: ORM and case study

2006-12-08 Thread Russell Keith-Magee
On 12/8/06, coulix <[EMAIL PROTECTED]> wrote: > > If create tables without django model classes i guess i wont be able to > use ORM on it right ? Yes, you can still the ORM. Obviously, using Django to create the tables will be the easiest approach, but if you manually (or otherwise external to Dj

Re: ORM and case study

2006-12-07 Thread Kenneth Gonsalves
On 08-Dec-06, at 6:43 AM, coulix wrote: > If create tables without django model classes i guess i wont be > able to > use ORM on it right ? create the tables with django model classes - only populating the tables will be done directly and not through django -- regards kg http://lawgon.liv

ORM and case study

2006-12-07 Thread coulix
Hello guys, i got an intern ship job in a trading company for summer. They have several servers, and plenty of logs with transactions id and states. My job is to parse all these stuffs get the timings of the states and build an interface to search look at specific transaction. The log are huge fr