aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/settings.py
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2019-10-06 21:37:11 +0100
committerGravatar Gareth Coles <[email protected]>2019-10-06 21:37:11 +0100
commitc1373252880124b54c3ecafe6223a3715957013c (patch)
treebe73bcf9a27ea7035aef22ffe596662b738fc150 /pydis_site/settings.py
parentPrevent saving emails, remove login page (diff)
Remove GH login implementation, out of scope of this PR
Diffstat (limited to 'pydis_site/settings.py')
-rw-r--r--pydis_site/settings.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pydis_site/settings.py b/pydis_site/settings.py
index f3d573c1..21d6b427 100644
--- a/pydis_site/settings.py
+++ b/pydis_site/settings.py
@@ -87,7 +87,6 @@ INSTALLED_APPS = [
'allauth.socialaccount',
'allauth.socialaccount.providers.discord',
- 'allauth.socialaccount.providers.github',
'crispy_forms',
'django_crispy_bulma',