【发布时间】:2012-02-21 20:18:56
【问题描述】:
我无法让 django-social-auth 与我使用 djangoappengine 和 django-nonrel 在 Google 的 App Engine 上部署的 Django 应用程序一起工作。
我是这方面的菜鸟,这对我来说相当复杂!
我从django-nonrel template 开始使用video,虽然我得到了登录页面,但它总是给我错误-Incorrect authentication service。
如果我没有为 Google-oauth2 定义使用者密钥和秘密,那么我会在 Google 的页面上收到 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。
有人可以告诉我下一步我应该做什么来让它工作吗?非常感谢!
【问题讨论】:
标签: django google-app-engine django-socialauth