Re: Need an example of how to use TagField in a template

2008-05-31 Thread M Godshall
Alex, thanks for your response. Let me give you an example of what I started to do, and I'd appreciate your feedback to see if this would actually work (or if it's just a bad way of doing it). Let's say I wanted to let users submit tags for books on a site. A simple model might look like this:

Re: Need an example of how to use TagField in a template

2008-05-31 Thread Alex Ezell
On Sat, May 31, 2008 at 12:46 PM, M Godshall <[EMAIL PROTECTED]> wrote: > > I was hoping someone could show me an example of how to use django- > tagging's TagField to submit tags from a template. I have the > TagField setup in my model that I can edit in the admin, but I am > having trouble figu

Need an example of how to use TagField in a template

2008-05-31 Thread M Godshall
I was hoping someone could show me an example of how to use django- tagging's TagField to submit tags from a template. I have the TagField setup in my model that I can edit in the admin, but I am having trouble figuring out how to submit tags from a template. Could someone please point me in the