python
Google App Engineメモ |
返信 |
gae memo python |
Python用のスタートガイド
http://code.google.com/intl/ja/appengine/docs/python/gettingstarted/
ここに書いてある通りやれば、とりあえず動くものが出来る。
Pythonのドキュメント
http://www.python.jp/doc/release/tut/tut.html
Djangoのテンプレートエンジンのドキュメント
http://www.djangoproject.com/documentation/0.96/templates/
GAEのwebappフレームワークではDjangoのテンプレートエンジンが使われてる。
Google App Engineのkey, id, name, kind, path, entity groupなどについてのまとめ
http://python.g.hatena.ne.jp/edvakf/20090814/1250210110
データストアのKeyのIDはシーケンシャルに付与されるとは限らない。
http://code.google.com/intl/ja/appengine/docs/python/datastore/keysandentitygroups.html
の一番下に記述あり。