/ Published in: Django
Expand |
Embed | Plain Text
role, created = UserToUserRole.objects.get_or_create( from_user=current_user, to_user=user, role='follow')
You need to login to post a comment.
role, created = UserToUserRole.objects.get_or_create( from_user=current_user, to_user=user, role='follow')
You need to login to post a comment.