Open int75 opened 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.
@int75 is this question about how to have a form that lets you choose what tag to have?
@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 is this question about how to have a form that lets you choose what tag to have? @rtpg 2 questions:
- if I have a full populated list, how can I add in tags by clicking on the tags that I want? screen capture below.
- how to achieve autocomplete? as you can see it doesn't autocomplete
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?