El Friday 11 May 2007 17:37:12 James Bennett escribió:
> On 5/11/07, Christian M Hoeppner <[EMAIL PROTECTED]> wrote:
> > How would one handle this?
> >
> > * Display text input instead of default multi-select.
> > * Handle the input and save it to the right places.
>
> You might want to have a look at Jonathan Buchanan's Django tagging
> application, which seems like it does exactly what you want:
>
> http://code.google.com/p/django-tagging/
>
> I've been using a similar approach on one of my own sites
> (djangosnippet.org), and plan to use Jonathan's tagging app for such
> things in the future.

Just what I needed. Still... I have to handle this in a custom admin view, do 
I? Even after reading that chapter in the django book I'm unsure about those 
custom views. Where do I tell it to show that text input if it's not in the 
post's model? And where do I find the place where it calls the model.save() 
method to update the tags there?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to