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/apps/home/urls.py | 1 - pydis_site/settings.py | 1 - 2 files changed, 2 deletions(-) (limited to 'pydis_site') diff --git a/pydis_site/apps/home/urls.py b/pydis_site/apps/home/urls.py index dbb53cb6..8428327f 100644 --- a/pydis_site/apps/home/urls.py +++ b/pydis_site/apps/home/urls.py @@ -15,7 +15,6 @@ urlpatterns = [ path('pages/', include('wiki.urls')), path('accounts/', include('allauth.socialaccount.providers.discord.urls')), - path('accounts/', include('allauth.socialaccount.providers.github.urls')), path( 'accounts/login/cancelled', MessageRedirectView.as_view( 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