Skip to content

Commit

Permalink
turn off Twitter OAuth, it wasn't working anyway (they require a new …
Browse files Browse the repository at this point in the history
…version, maybe OAuth2?)
  • Loading branch information
nova committed Feb 1, 2024
1 parent d067f5d commit b118c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/settings_social2.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

SOCIAL_AUTH_BACKENDS = (
'social_core.backends.google.GoogleOAuth2',
'social_core.backends.twitter.TwitterOAuth',
#'social_core.backends.twitter.TwitterOAuth',
'social_core.backends.yahoo.YahooOAuth2',
'social_core.backends.github.GithubOAuth2',
'social_core.backends.flickr.FlickrOAuth',
Expand Down

0 comments on commit b118c27

Please sign in to comment.