Django ImportError: Module "social_core.backends.google" does not define a "GoogleOpenId" attribute/class – Debian
I've cloned my working Django app into a Debian based Linux distribution, I've installed all dependencies, but when trying to login with email and password or with Google account it throws me the following error: ImportError: Module "social_core.backends.google" does not…