Re: "Practical Django Projects" -- browsing by tag

2009-01-03 Thread waltbrad
> On Jan 1, 3:23 pm,waltbrad wrote: > > > Okay, I'm getting closer. Well, I got all my templates to work. Could someone tell me if it was just me missing something or if there are mistakes in that book in regards to tagging? I've been following along with the Hedged Down

Re: "Practical Django Projects" -- browsing by tag

2009-01-01 Thread waltbrad
On Jan 1, 3:23 pm, waltbrad wrote: > > Okay, I'm getting closer.  By using this code: > Okay, again. I think I'm getting closer yet. After looking into the documentation, I changed the code to use the (% url %} template tag. I previously thought you could only use that

Re: "Practical Django Projects" -- browsing by tag

2009-01-01 Thread waltbrad
On Jan 1, 2:42 pm, waltbrad wrote: > Let me try this again, I'm not sure my other post was understood very > well. > > In Bennett's book he wants the Coltrane blog to allow browsing of > entries and links by tag.  So, I'm trying to write the tag templates > to that end.

"Practical Django Projects" -- browsing by tag

2009-01-01 Thread waltbrad
Let me try this again, I'm not sure my other post was understood very well. In Bennett's book he wants the Coltrane blog to allow browsing of entries and links by tag. So, I'm trying to write the tag templates to that end. But I don't see how this can be done with the code from the book. I've