social-auth-app-django
This is the Django component of the python-social-auth ecosystem, it implements the needed functionality to integrate social-auth-core in a Django based project.
INSTALLED_APPSに"social_django"と書ける
settings.pyのAUTHENTICATION_BACKENDS
Don’t miss django.contrib.auth.backends.ModelBackend if using django.contrib.auth application or users won’t be able to login by username / password method.
<a href="{% url 'social:begin' 'google-oauth2' %}">Login with Google</a>のように書けた