diff --git a/nsupdate/settings.py b/nsupdate/settings.py index 8e1b26c..d11f663 100644 --- a/nsupdate/settings.py +++ b/nsupdate/settings.py @@ -239,6 +239,7 @@ SESSION_EXPIRE_AT_BROWSER_CLOSE = False AUTHENTICATION_BACKENDS = ( 'social.backends.amazon.AmazonOAuth2', 'social.backends.bitbucket.BitbucketOAuth', + 'social.backends.disqus.DisqusOAuth2', 'social.backends.dropbox.DropboxOAuth', 'social.backends.github.GithubOAuth2', 'social.backends.google.GoogleOAuth2',