【问题标题】:Is there a way to use django's built-in user authentication in Google app engine (Python)?有没有办法在谷歌应用引擎(Python)中使用 django 的内置用户身份验证?
【发布时间】:2010-12-04 12:53:32
【问题描述】:

我了解 Google App Engine 拥有自己的用户身份验证工具,但它仅提供三种可能的身份验证方式:

  • Google 帐户
  • 您的 Google Apps 域中的帐户
  • OpenID 标识符

但我想要的是拥有与 Django 的 django.contrib.auth 相同的功能,具有内部用户数据库的权限和组。有没有办法让这个 Django 模块在谷歌应用引擎中移植和使用?

【问题讨论】:

    标签: django google-app-engine authentication


    【解决方案1】:

    您可以使用 non-rel 在 App Engine 上运行 Django。

    http://code.google.com/appengine/articles/django-nonrel.html

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2020-04-13
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多