Re: How to build users tagging system in my comment textarea.

2019-08-10 Thread Andrew C.
You would probably need AJAX calls. I think there’s a package called Django-autocompletelite which can help you with this. So, in your HTML, you can use use AJAX to see when a user types the @ character with a single letter and then show a box with some usernames with that. On Sat, Aug 10, 2019

How to build users tagging system in my comment textarea.

2019-08-10 Thread Ashutosh Kumar
Hi Guys, I need help in adding user tagging feature in comment textarea, like how to get the users list pops out on the keypress "@". -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from