Re: ..... in templates

2009-04-19 Thread Darryl Ross
On 17/04/2009 11:26 PM, Christian Berg wrote: > Sorry if this sounds harsh, but it is useless to learn how to drive a > Truck, if you can't drive an car. Slightly tangential, but not true! My Grandfather learned to drive a truck in the army before learning to drive a car and failed his civilian

Re: ..... in templates

2009-04-17 Thread Christian Berg
To shorten this: You need a solid understanding of what HTML is and how the Internet works, to write Webapplications, or dynamic webpages. Try this: http://www.w3schools.com/html/DEFAULT.asp As soon as you understand what this means, and as soon as you can create a small and ugly - static - Home

Re: ..... in templates

2009-04-17 Thread Daniel Roseman
On Apr 17, 2:38 pm, 83nini <83n...@gmail.com> wrote: > I'm looking at the following code from thewww.djangobook.com: > > > Ordering notice > > > > Ordering notice > > Dear {{ person_name }}, > > Thanks for placing an order from {{ company }}. It's scheduled to > ship on {{ ship_date|date:"F j, Y

Re: ..... in templates

2009-04-17 Thread 83nini
ah! I'm new to this stuff and i wonder why it's not mentioned in the beginners book that i'm reading!!! On 17 Apr, 15:40, Daniel Roseman wrote: > On Apr 17, 2:38 pm, 83nini <83n...@gmail.com> wrote: > > > > > > > I'm looking at the following code from thewww.djangobook.com: > > > > > Orderi