Update to DropboxOAuth2V2
The old version somehow does not work anymore and throws load errors.
This commit is contained in:
parent
b4a38d973d
commit
abc9c5a8d1
@ -308,7 +308,7 @@ AUTHENTICATION_BACKENDS = (
|
|||||||
'social_core.backends.amazon.AmazonOAuth2',
|
'social_core.backends.amazon.AmazonOAuth2',
|
||||||
'social_core.backends.bitbucket.BitbucketOAuth',
|
'social_core.backends.bitbucket.BitbucketOAuth',
|
||||||
'social_core.backends.disqus.DisqusOAuth2',
|
'social_core.backends.disqus.DisqusOAuth2',
|
||||||
'social_core.backends.dropbox.DropboxOAuth',
|
'social_core.backends.dropbox.DropboxOAuth2V2',
|
||||||
'social_core.backends.github.GithubOAuth2',
|
'social_core.backends.github.GithubOAuth2',
|
||||||
'social_core.backends.google.GoogleOAuth2',
|
'social_core.backends.google.GoogleOAuth2',
|
||||||
'social_core.backends.reddit.RedditOAuth2',
|
'social_core.backends.reddit.RedditOAuth2',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user