1
0
Fork 0

Merge pull request #297 from pfouque/fix_social_import

Fix UserSocialAuth import path
This commit is contained in:
Pascal Fouque 2024-09-02 07:55:56 +02:00 committed by GitHub
commit 5a050b0ca3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@ import logging
from django.conf import settings
import requests
from social.apps.django_app.default.models import UserSocialAuth
from social_django.models import UserSocialAuth
logger = logging.getLogger(__name__)