In this mini-tutorial, we will add a Like/Unlike functionality to our Django Blog. As a note, we will implement this feature while using a class-ba...
For further actions, you may consider blocking this person and/or reporting abuse
nice this was amazing and nice. i really liked the way you brought the all concept into something else and nice to follow
Thanks!
Wish I had the time to improve on this article with newer technologies / better stack, dynamic JS (via a front-end framework) or create new content...
Hi teacher it's awsome post thank you very much. But i give mistake when i was click like button. Field 'id' expected a number but got ''. plese help me
Awesome post. But I have a question, how it will be made ajaxify?
Yes... indeed a very good question that I currently don't have an answer to.
I had an intention to make a follow-up of this tutorial using Ajax, but I didn't make time for it... However, there are a very few tutorials on youtube on this matter, so I wish you the best if you will try to implement this feature. Unfortunately for me, I had to change my tech stack to match the jobs in my area.
Have a nice day!
Welcome. Please open the link
stackoverflow.com/questions/660922...
how would you add it to BlogPostListView(ListView)?
A great tutorial!
works great, good job Radu. You saved me a lot of time! Keep up the good work and good content creation
Excellent! How can I make it using AJAX? Thanks
How about using djangorestframework to create endpoints for like functionality
Zero-argument form of "super" call is valid only within a class Pylance
How to I get all the posts that a user has liked?
please tell me as soon as possible! as I have a deadline for my project.
how to create rating
Hello, I did exactly what the this tutorial show but I got this error:
Reverse for 'like_profile' with arguments '('',)' not found. 1 pattern(s) tried: ['accounts/like/(?P[0-9]+)/$']
you can log a ticket here teckiy.com/ some developers will help you out