Re: Application design question

2009-02-01 Thread eddie
Thanks Alex, that was exactly what I was looking for. On Jan 31, 8:06 pm, "alex.gay...@gmail.com" wrote: > On Jan 31, 8:04 pm, eddie wrote: > > > > > Hey guys & girls, > > > I've just started playing with django, and am not sure of the best way > > to do something. > > > I've got a basic site,

Re: Application design question

2009-01-31 Thread alex.gay...@gmail.com
On Jan 31, 8:04 pm, eddie wrote: > Hey guys & girls, > > I've just started playing with django, and am not sure of the best way > to do something. > > I've got a basic site, where page a displays model a, page b displays > model b, etc.  Every model has it's own view function and template, > al

Application design question

2009-01-31 Thread eddie
Hey guys & girls, I've just started playing with django, and am not sure of the best way to do something. I've got a basic site, where page a displays model a, page b displays model b, etc. Every model has it's own view function and template, all extending a base template with a header, footer,