@legeminus

Hi, thank you for this video!

Can you make a new video about updating (editing) posts with tags added before ?
I tried to edit my posts made with tags but When i try to edit it via my edit form - there no tags appear in my form.

@arty980

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.

@evanl5299

INCREDIBLE. This is exactly what I was looking for. You @#$%ing rule dude.

@dodokwak

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.

@1lyrics_uz

wow great lesson thankss

@GPBrachetta

Great, just don't use the slim jquery or it won't find the function if you enter an already existing tag.

@darshantank554

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 :)

@manuchotech7154

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?

@hariprashanth3941

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 😊

@timblackmore7242

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?

@adrenalina2149

It would be very helpful if you could extend this tutorial for class-based views(with generic views) 🙏

@jnscollier

Awesome, but dies on duplicate tags. Ex: hello<enter>hi<enter><hello>*dead* page reloads.

@mrindia4178

How to use this in class based views

@damircicic

Nice package! But, how do you use it with class based views, say CreateView? Is it possible?

@kayeshparvez

Hi how can I do search by multiple tags and also are the tags editable ?

@masroorsaadkhan1566

Hey could you kindly show how to suggest tags to user?

@ehsanox

how To Use This Option In Admin Area ?
I Want To Use This Option In Django Admin Area To Create New Post

@drustan6890

how do you change the color of the tags?

@kurakulaprashanthhusys1411

Hi its super can you please share your code....