weluse/django-updown

How to check if user has already voted?

Closed this issue · 2 comments

I dont want user to vote multiple times. How can I check if user has already voted?

We have a builtin check if an user has voted and don't allow voting multiple times. You can even specify if an user is allowed to change its vote.

You can see how this works here and here

I hope this will help :)