Simple User management example for Google App Engine?

前端 未结 3 555
隐瞒了意图╮
隐瞒了意图╮ 2021-01-30 05:03

I am newbie in Google App Engine. While I was going through the tutorial, I found several things that we do in php-mysql is not available in GAE. For example in dataStore auto i

3条回答
  •  半阙折子戏
    2021-01-30 05:18

    Django is your best bet -- with the version I pointed you to, auth and sessions should both "just work" as per the Django docs. this article gives simple instructions and example of how to proceed from there.

    For Django sessions, see here; for Django auth, here.

提交回复
热议问题