Does a two layer CRUD python appengine demo exist?

好久不见. 提交于 2019-12-29 09:41:28

问题


I have developed a handful of appengine apps which I finally have realized are examples of CRUD on top of CRUD. That is, I, the adminstrator, offer my app to users so they can either use the app (say a note taker app) themselves or can invite other acquaintances, typically non-users, to exercise the ultimate app (for example, ParticiPoll, a participative questionnaire which uses the google appengine datastore and no SQL). My only and quite young grandson has asked me to produce a screencast video showing how such 2 layer CRUD's can be created, so that he can develop such apps, but I don't even have a coded demo to start from.

I have studied and exercised the single layer note taking CRUD demo and have been impressed with it's simplicity and clarity. I would like to build another CRUD layer on top of that demo, in much the same format, with the ability to authenticate users and give them ability to control the extent of security required of the ultimate users (for example captcha, or not, and when), their "acquaintances."

I would like to know if other demos already exist. I have found alternatives such as django administrator's site which is too complex and too tied to django, imo. (Also, Django has gotten rather monolithic to me, too.) So that is my main question: does such a simple demo already exist and if so, where?

I am also struggling with how open_id is coded on appengine and may not include this very desirable feature in such a demo. Is that a good decision?

Brian in Atlanta

来源:https://stackoverflow.com/questions/11657352/does-a-two-layer-crud-python-appengine-demo-exist

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!