Re: Maybe the easiest tutorial

2005-12-31 Thread Jarek Zgoda
Kenneth Gonsalves napisał(a): >> - the whole ORM-thingy should be split into separate section, as >>it defines the crucial part of application (you can change views >>and controllers in your application, but not the model); the data >>is your customer's treasure. > > there is slideshow on the wi

Re: Maybe the easiest tutorial

2005-12-30 Thread Michael Hipp
Jarek Zgoda wrote: Looking forward to see. Here are my thoughts on current "official" Django tutorial: Anyway, it's god to see anybody working on introductory materials. Thanks for the encouragement. I'm banging away on it now. Hopefully in a few days I'll have something to show. Michae

Re: Maybe the easiest tutorial

2005-12-29 Thread Kenneth Gonsalves
On Friday 30 Dec 2005 12:39 am, Jarek Zgoda wrote: >  - the whole ORM-thingy should be split into separate section, as > it defines the crucial part of application (you can change views > and controllers in your application, but not the model); the data > is your customer's treasure. there is sli

Re: Maybe the easiest tutorial

2005-12-29 Thread Jarek Zgoda
Michael Hipp napisał(a): > I agree. The official tutorial starts off well, but about 1/3 way thru > the first page is ceases being a tutorial and seems to scatter in all > directions never to return. > > Alas, I'm thinking of writing one. If I ever figure it out, that is. > Django looks great -

Re: Maybe the easiest tutorial

2005-12-27 Thread limodou
2005/12/28, Jarek Zgoda <[EMAIL PROTECTED]>: > > limodou napisał(a): > > > 7. view the result > > > > You will see the "Hello, django!" in the browser. > > > > That's the all. The only thing I used just is urldispatcher. > > > > I hope it will be fun for beginners. > > Yea, this is the simplest "tu

Re: Maybe the easiest tutorial

2005-12-27 Thread Michael Hipp
Jarek Zgoda wrote: Michael Hipp napisał(a): Yea, this is the simplest "tutorial" one can imagine, but it wouldn't help the beginners in any way, as it doesn't explain how Django works. IMO, it's worthless. Does such a tutorial exist? The official tutorial explains Django internals at som

Re: Maybe the easiest tutorial

2005-12-27 Thread Jarek Zgoda
Michael Hipp napisał(a): >> Yea, this is the simplest "tutorial" one can imagine, but it wouldn't >> help the beginners in any way, as it doesn't explain how Django works. >> IMO, it's worthless. > > Does such a tutorial exist? The official tutorial explains Django internals at some extent. Som

Re: Maybe the easiest tutorial

2005-12-27 Thread Michael Hipp
Jarek Zgoda wrote: Yea, this is the simplest "tutorial" one can imagine, but it wouldn't help the beginners in any way, as it doesn't explain how Django works. IMO, it's worthless. Does such a tutorial exist? Michael

Re: Maybe the easiest tutorial

2005-12-27 Thread Jarek Zgoda
limodou napisał(a): > 7. view the result > > You will see the "Hello, django!" in the browser. > > That's the all. The only thing I used just is urldispatcher. > > I hope it will be fun for beginners. Yea, this is the simplest "tutorial" one can imagine, but it wouldn't help the beginners in

Maybe the easiest tutorial

2005-12-26 Thread limodou
I'v made a easiest and simplest tutorial, just want the study work can be from scratch but not a big one, I hope this will be helpful. This tutorial will only aim to create a "Hello, django!" page, there will be no more things except it. So there is almost nothings in it, but it can be run in djan