#django_allauth. Can't include google authorization in my project. Getting 'Doesn'tExist' exception

1 messages · Page 1 of 1 (latest)

weary harness
#

The formatting of your settings is incorrect. Double check the docs, you are missing an APP(S) key

weary harness
#

Nope, the key APP or APPS . Check the allauth docs for Google.

gentle moon
weary harness
#

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.

gentle moon
weary harness
#

Have you looked at the docs at all yet?

gentle moon
gentle moon
weary harness
#

Sorry my bad, end of a long day for me.

#

I would guess that you are missing the correct setup in your database.

I would check the source code in allauth for the query that triggered error to see precisely what it is expecting