我无法让 django-social-auth 与我使用 djangoappengine 和 django-nonrel 在 Google 的 App Engine 上部署的 Django 应用程序一起工作。
我是这方面的菜鸟,对我来说这很复杂!我从使用此视频的django-nonrel 模板开始,虽然我得到了登录页面,但它总是给我错误 - 。如果我没有为 Google-oauth2 定义使用者密钥和秘密,那么我会在 Google 的页面上收到错误消息。Incorrect authentication service
invalid client
当我运行测试 social_auth 时,我得到了 FAILED(errors=9) 的问题Ensure that the backend for the testcase gets cached.
和
self.assertTrue(self.user)
AssertionError: None is not true for all the errors
.
有人可以告诉我下一步我应该做什么来让它工作吗?万分感谢!