Skip to content

Commit

Permalink
feat: addresses #13, enabling more provider now LinkedIn possible
Browse files Browse the repository at this point in the history
  • Loading branch information
erictheise committed Apr 2, 2020
1 parent 3b90c67 commit 0d83ad6
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions cmdi/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,15 @@
'allauth',
'allauth.account',
'allauth.socialaccount',
# 'allauth.socialaccount.providers.facebook',
# 'allauth.socialaccount.providers.github',
# 'allauth.socialaccount.providers.google',
# 'allauth.socialaccount.providers.instagram',
# 'allauth.socialaccount.providers.openid',
# 'allauth.socialaccount.providers.reddit',
'allauth.socialaccount.providers.facebook',
'allauth.socialaccount.providers.github',
'allauth.socialaccount.providers.google',
'allauth.socialaccount.providers.instagram',
'allauth.socialaccount.providers.linkedin_oauth2',
'allauth.socialaccount.providers.openid',
'allauth.socialaccount.providers.reddit',
'allauth.socialaccount.providers.stackexchange',
# 'allauth.socialaccount.providers.twitter',
'allauth.socialaccount.providers.twitter',
'accounts',
'mdi',
'maps',
Expand Down

0 comments on commit 0d83ad6

Please sign in to comment.