Django Allauth Error: "'socialaccount' is not a registered tag library"
You need to add allauth.socialaccount
to INSTALLED_APPS
.
More on this can be found in the settings documentation
You need to add allauth.socialaccount
to INSTALLED_APPS
.
More on this can be found in the settings documentation