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 "{{ tag }}" with "#{{ tag }}" that will give you the ability.
@legeminus3 жыл бұрын
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.
@dodokwak3 жыл бұрын
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.
@evanl52992 жыл бұрын
INCREDIBLE. This is exactly what I was looking for. You @#$%ing rule dude.
@subhadipghorui22163 жыл бұрын
awasom
@darshantank5543 жыл бұрын
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 :)
@developertimeline3 жыл бұрын
Thanks! Sure I am planning to add an updated version of this video soon.
@GPBrachetta4 жыл бұрын
Great, just don't use the slim jquery or it won't find the function if you enter an already existing tag.
@manuchotech71543 жыл бұрын
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?
@timblackmore72424 жыл бұрын
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?
@mrindia41783 жыл бұрын
How to use this in class based views
@1lyrics_uz3 жыл бұрын
wow great lesson thankss
@damircicic4 жыл бұрын
Nice package! But, how do you use it with class based views, say CreateView? Is it possible?
@kayeshparvez4 жыл бұрын
Hi how can I do search by multiple tags and also are the tags editable ?
@adrenalina21492 жыл бұрын
It would be very helpful if you could extend this tutorial for class-based views(with generic views) 🙏
@jnscollier4 жыл бұрын
Awesome, but dies on duplicate tags. Ex: hellohi*dead* page reloads.
@masroorsaadkhan15664 жыл бұрын
Hey could you kindly show how to suggest tags to user?
@drustan68904 жыл бұрын
how do you change the color of the tags?
@BintuChaudhary4 жыл бұрын
Class=badge badge-primary
@hariprashanth39414 жыл бұрын
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 😊
@ehsanox4 жыл бұрын
how To Use This Option In Admin Area ? I Want To Use This Option In Django Admin Area To Create New Post