awasom
Little hint, currently on the detail.html you can't click on the tags and have them perform a search. In the detail.html. If you replace "<a href="#" class="badge badge-info" >{{ tag }}</a>" with "<a href="{% url 'tagged' tag.slug %}" class="mr-1 badge badge-info">#{{ tag }}</a>" that will give you the ability.
INCREDIBLE. This is exactly what I was looking for. You @#$%ing rule dude.
Thx. p.s. Around 7:00 Seems to me that it's possible to use bootstrap form; you need to add {{form.media}} to the form.
wow great lesson thankss
Great, just don't use the slim jquery or it won't find the function if you enter an already existing tag.
It is a very helpful video. But, it'll be more helpful if you also teach how to update tags while updating posts! Thank you :)
I'm having a hard time incorporating the css and js files in my project so that the modelform changes the words typed into tags... Any help?
You are doing a good job sir... Thanks for your guidance, it's helping me alot... But sir, it would be helpful if you post another video on deleting the whole post itself. At present your code just deletes the tag when you enter admin page. I find no option on deleting the the post... Please help me... Thanks in advance 😊
How can I change this so it works when I press space rather than enter? Is it as simple as changing the confirmKeys option on line 27 in tasginput.js?
It would be very helpful if you could extend this tutorial for class-based views(with generic views) 🙏
Awesome, but dies on duplicate tags. Ex: hello<enter>hi<enter><hello>*dead* page reloads.
How to use this in class based views
Nice package! But, how do you use it with class based views, say CreateView? Is it possible?
Hi how can I do search by multiple tags and also are the tags editable ?
Hey could you kindly show how to suggest tags to user?
how To Use This Option In Admin Area ? I Want To Use This Option In Django Admin Area To Create New Post
how do you change the color of the tags?
Hi its super can you please share your code....
@legeminus