revsys/django-friendship

Add a Users Friends Counter

OmegaHawkeye opened this issue · 1 comments

A simple Counter of a users friends which you can display next to an Icon for example. And I could implement it myself and I tried so but the count function is giving me not the right value or an error.

len(Friend.objects.friends(request.user))