You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have to config python-social-auth like: SOCIAL_AUTH_AUTHENTICATION_BACKENDS =
social.backends.douban.DoubanOAuth2
But the Paste style would like: social.auth.authentication.backends =
social.backends.douban.DoubanOAuth2
I have to config python-social-auth like:
SOCIAL_AUTH_AUTHENTICATION_BACKENDS =social.backends.douban.DoubanOAuth2
But the Paste style would like:
social.auth.authentication.backends =social.backends.douban.DoubanOAuth2