Remove Xing from settings and templates

Xing canceled API access for us.
This commit is contained in:
Jan Dittberner 2018-12-26 13:28:25 +01:00
parent 8f4c6d5696
commit 71aad5e078
3 changed files with 2 additions and 3 deletions

View file

@ -254,7 +254,6 @@ ALLAUTH_APPS = (
'allauth.socialaccount.providers.google',
'allauth.socialaccount.providers.linkedin_oauth2',
'allauth.socialaccount.providers.twitter',
'allauth.socialaccount.providers.xing',
)
# Apps specific for this project go here.