#django_allauth. Can't include google authorization in my project. Getting 'Doesn'tExist' exception
1 messages · Page 1 of 1 (latest)
you mean sercet key?
Nope, the key APP or APPS . Check the allauth docs for Google.
I've included it via admin panel in social apps if you mean client_id and client secret
The structure of the socialaccount_providers setting is incorrect.
Check the docs carefully again.
Also I believe you either specify the app in the settings or in the database not both.
what do you mean by incorrect? In my case APPS were added in admin panel
Have you looked at the docs at all yet?
yes, I did
I wouldn't be here and share my problem if I could find the solution by myself.