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
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