Shubham Shrikant Mulay
Results
2
issues of
Shubham Shrikant Mulay
I am using django-relationships for the system of followers and following in my django app. I followed the documentation and added the app 'relationships' in my INSTALLED_APPS. And after it...
I tried implementing the django-social-friends-finder using all-auth. I crated two users using fb login which are friends on facebook. But on the url "http://localhost:8000/find-friends/list/" it shows no friends found. Can...