jazzband / django-taggit

Simple tagging for django
https://django-taggit.readthedocs.io
BSD 3-Clause "New" or "Revised" License
3.34k stars 622 forks source link

Editing tags from application instead of admin #710

Open int75 opened 3 years ago

int75 commented 3 years ago

I am able to list all tags with, I'm trying to edit this Tag object selected. obj = Tag.objects.all()

How can I edit using a form or modelForm to mimic the function of Tags editing in django admin?

ghost commented 3 years ago

Bottom of the README:

And for questions about usage or development you can contact the mailinglist.

You may get more answers asking on the mailinglist.

rtpg commented 3 years ago

@int75 is this question about how to have a form that lets you choose what tag to have?

int75 commented 3 years ago

@int75 is this question about how to have a form that lets you choose what tag to have?

Bottom of the README:

And for questions about usage or development you can contact the mailinglist.

You may get more answers asking on the mailinglist.

How do I send to the mailinglist?

int75 commented 3 years ago

@int75 is this question about how to have a form that lets you choose what tag to have? @rtpg 2 questions:

  1. if I have a full populated list, how can I add in tags by clicking on the tags that I want? screen capture below. image
  2. how to achieve autocomplete? as you can see it doesn't autocomplete image