We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ImportError at /login/facebook/ cannot import name 'OpenIdConnectAssociation' Request Method: GET Request URL: http://127.0.0.1:8000/login/facebook/ Django Version: 1.11.2 Exception Type: ImportError Exception Value: cannot import name 'OpenIdConnectAssociation' Exception Location: \Continuum\Anaconda3\lib\site-packages\social\backends\open_id.py in , line 1
The text was updated successfully, but these errors were encountered:
Fixed omab#1102 cannot import name OpenIdConnectAssociation
348b04a
This is due to the classes OpenIdConnectAssociation and OpenIdConnectAuth moving to social_core.backends.open_id_connect.
Pull request #1104 created to update the import.
Sorry, something went wrong.
No branches or pull requests
ImportError at /login/facebook/
cannot import name 'OpenIdConnectAssociation'
Request Method: GET
Request URL: http://127.0.0.1:8000/login/facebook/
Django Version: 1.11.2
Exception Type: ImportError
Exception Value:
cannot import name 'OpenIdConnectAssociation'
Exception Location: \Continuum\Anaconda3\lib\site-packages\social\backends\open_id.py in , line 1
The text was updated successfully, but these errors were encountered: