forked from mirror/django-mailbox
Merge pull request #297 from pfouque/fix_social_import
Fix UserSocialAuth import path
This commit is contained in:
commit
5a050b0ca3
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ import logging
|
||||||
|
|
||||||
from django.conf import settings
|
from django.conf import settings
|
||||||
import requests
|
import requests
|
||||||
from social.apps.django_app.default.models import UserSocialAuth
|
from social_django.models import UserSocialAuth
|
||||||
|
|
||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue