From c1373252880124b54c3ecafe6223a3715957013c Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Sun, 6 Oct 2019 21:37:11 +0100 Subject: Remove GH login implementation, out of scope of this PR --- pydis_site/settings.py | 1 - 1 file changed, 1 deletion(-) (limited to 'pydis_site/settings.py') 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', -- cgit v1.2.3