I am using Django and my website has no user profiles so all are anonymous. I want to implement a \'like\' system. How do I restrict a user to like only once. Thanks.
You can't 100% restrict multiple votes, but you can make it very difficult for a regular user, by using: