diff --git a/settings/common.py b/settings/common.py index 835845a..cae6389 100644 --- a/settings/common.py +++ b/settings/common.py @@ -237,6 +237,15 @@ # Social media keys +#GitHub +SOCIALACCOUNT_PROVIDERS = { + 'github': { + 'SCOPE': [ + 'user', + ], + } +} + # Twitter TWITTER_CONSUMER_KEY = os.environ.get("TWITTER_CONSUMER_KEY", "") TWITTER_CONSUMER_SECRET = os.environ.get("TWITTER_CONSUMER_SECRET", "")