Periksa ID ini ada di database django

Votes.objects.filter(user_id=user_id, post_id=post_id).exists()
Mysterious Mosquito