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
I'm following the Django examples, and I'm getting a "cannot import name psa" error from from social.apps.django_app.utils import psa.
from social.apps.django_app.utils import psa
See https://github.com/omab/python-social-auth/blob/master/examples/django_example/example/app/views.py#L12
The text was updated successfully, but these errors were encountered:
@steven-mercatante, are you using python-social-auth from pip or directly from this repository?
python-social-auth
pip
Sorry, something went wrong.
@omab From pip
@steven-mercatante, the change for that import is not released yet, it should be from social.apps.django_app.utils import strategy instead.
from social.apps.django_app.utils import strategy
No branches or pull requests
I'm following the Django examples, and I'm getting a "cannot import name psa" error from
from social.apps.django_app.utils import psa
.See https://github.com/omab/python-social-auth/blob/master/examples/django_example/example/app/views.py#L12
The text was updated successfully, but these errors were encountered: