Giter VIP home page Giter VIP logo

django-social-friends-finder's People

Contributors

bitdeli-chef avatar laplacesdemon avatar lizrice avatar mike-grayhat avatar vden avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

django-social-friends-finder's Issues

SOCIAL_FRIENDS_USING_ALLAUTH does not default to False

The docs say "SOCIAL_FRIENDS_USING_ALLAUTH: True if you use django-allauth. Default is False". So I did not set it since the default is ok for me, I want it to be False (I don't Use allauth, but django-social-auth so I understand it should be false).
Problem is, when I try to load the friends page I receive an error that no module 'allauth.socialaccount.models' exists. That's because in the module backends/facebook_backend.py the line 3 checks if there is a 'False' corresponding to that setting. It does so using the function in utils.setting which in turn checks in the settings. If it finds nothing the it defaults to 'default' which in this case is 'None'. So actually with that logic it sort of defaults to True. To correct it, I don't know if the default=None is here for something else too or if it could be changed to False. If that's not possible then I guess updating the logic in the facebook backend check could be easy to implement. In the meantime I will set that setting to false in my project but it would be nice to actually default to False. If you tell me which solution fits best I can do it and submit a pull request.

UPDATE: I was very wrong about my understanding of the logic in the facebook backend it actually gives a value to default which is indeed False.

How to use django-social-auth instead of django-allauth

Hi,

I've installed the your application to my Django env, but it somehow enforces me to use django-allauth, if I go to /find-friends/list I get

No module named allauth.socialaccount.models

So I guess it's trying to use allauth application

I'm using django-social-auth, is there a way I can use that to find all the friends?
I have the latest version of django-social-auth installed

Thanks

IMPORTERROR: No module named 'utils'

Python 3.3.2, Django 1.5.1 - running synDB after adding social_friends_finder to the installed apps list returns IMPORTERROR: No module named 'utils'.

BTW I am trying to get this working with django-allauth which is installed and working.

Can someone tell me to do? Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.