Re: I'd like to learn more about Django internals

2008-04-12 Thread Tim Chase
> You might be thinking of this flowchart: > http://www.djangobook.com/en/1.0/chapter03/#cn60 Yes, indeed. Must have had the wrong list of search-terms in Google's image-search. :) Thanks, -tim --~--~-~--~~~---~--~~ You received this message because you are

Re: I'd like to learn more about Django internals

2008-04-12 Thread shabda
I have been meaning to learn the code in django.db, but I can never get my head around metaclasses enough to do so. Anything you can suggest, Malcom? On Apr 12, 5:52 pm, "Erik Vorhes" <[EMAIL PROTECTED]> wrote: > You might be thinking of this >

Re: I'd like to learn more about Django internals

2008-04-12 Thread Erik Vorhes
You might be thinking of this flowchart: http://www.djangobook.com/en/1.0/chapter03/#cn60 Erik On Sat, Apr 12, 2008 at 7:00 AM, Tim Chase <[EMAIL PROTECTED]> wrote: > > > As the subject says, I'd love to learn more about how django > > works internally. > > One of the best pages I've found

Re: I'd like to learn more about Django internals

2008-04-12 Thread Chris Hoeppner
Thanks for your kind reply, Malcolm. I think I'll just take the "roll up your sleeves" way and dive in. Try to poke at the code, change things, see what happens (as in, what is affected by the change I've made, discover dependencies and usage of code pieces), and maybe give things like backends

Re: I'd like to learn more about Django internals

2008-04-12 Thread Tim Chase
> As the subject says, I'd love to learn more about how django > works internally. One of the best pages I've found detailing this: http://www.b-list.org/weblog/2006/jun/13/how-django-processes-request/ There was a nice image/flowchart I stumbled across once, but I can't disinter it from the

Re: I'd like to learn more about Django internals

2008-04-12 Thread Malcolm Tredinnick
On Sat, 2008-04-12 at 11:15 +0100, Chris Hoeppner wrote: > Hi there, > > As the subject says, I'd love to learn more about how django works > internally. I've been doing python stuff for about a year or more, but > still can't seem to get my head around a big part of the black magic. I > wonder

I'd like to learn more about Django internals

2008-04-12 Thread Chris Hoeppner
Hi there, As the subject says, I'd love to learn more about how django works internally. I've been doing python stuff for about a year or more, but still can't seem to get my head around a big part of the black magic. I wonder if there's something I'm missing? ~ Chris