12.3.第三方登录
Installing
pip install social-auth-app-djangoRegister the application
INSTALLED_APPS = (
...
'social_django',
...
)Database
./manage.py migrateAuthentication backends
URLs entries
Template Context Processors
Keys and secrets
URLs options
Last updated