4👍
✅
- Add ‘allauth.socialaccount.providers.openid’ to INSTALLED_APPS
- manage.py makemigrations
- manage.py migrate
That solved it for me.
👤Todd
2👍
I’ve succeeded with these lines to INSTALLED_APPS.
'allauth',
'allauth.account',
'allauth.socialaccount',
'allauth.socialaccount.providers.openid',
Source:stackexchange.com