Re: Code generation

2009-08-10 Thread Michelschr
Hi, You can have a look in the book "Pro Django" from Marty Alchin. For example: p.46 "How Django Processes Model classes"... It seems we are following parallel tracks... Hope it helps... Michel On Aug 9, 3:48 pm, sjtirtha wrote: > Hi Joshua, > > thank you for your response. > It means the

Re: Code generation

2009-08-09 Thread sjtirtha
Hi Joshua, thank you for your response. It means the statement: "With that, you've got a free, and rich, *Python API*to access your data. The API is created on the fly, no code generation" in http://docs.djangoproject.com

Re: Code generation

2009-08-09 Thread Joshua Partogi
Python Metaclass is the keyword. On Sun, Aug 9, 2009 at 10:59 PM, sjtirtha wrote: > And it is also mentioned in > http://docs.djangoproject.com/en/dev/intro/overview/ > That Django generates the Model API on the fly. How can we generate code on > the fly in python? > > steve > > > On Sun, Aug 9,

Re: Code generation

2009-08-09 Thread sjtirtha
And it is also mentioned in http://docs.djangoproject.com/en/dev/intro/overview/ That Django generates the Model API on the fly. How can we generate code on the fly in python? steve On Sun, Aug 9, 2009 at 2:56 PM, sjtirtha wrote: > Hi, > > does anybody now, how django generates the code? > Is i