Commit a33cadba authored by Michal Čihař's avatar Michal Čihař

Add bitbucket example as well

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent c39cb4c5
...@@ -176,6 +176,7 @@ AUTHENTICATION_BACKENDS = ( ...@@ -176,6 +176,7 @@ AUTHENTICATION_BACKENDS = (
'social.backends.google.GoogleOpenId', 'social.backends.google.GoogleOpenId',
'social.backends.email.EmailAuth', 'social.backends.email.EmailAuth',
# 'social.backends.github.GithubOAuth2', # 'social.backends.github.GithubOAuth2',
# 'social.backends.bitbucket.BitbucketOAuth',
# 'social.backends.suse.OpenSUSEOpenId', # 'social.backends.suse.OpenSUSEOpenId',
# 'social.backends.ubuntu.UbuntuOpenId', # 'social.backends.ubuntu.UbuntuOpenId',
# 'social.backends.fedora.FedoraOpenId', # 'social.backends.fedora.FedoraOpenId',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment