gae

Google App Engine 使ってみる 2回目

gae

ユーザサービスの利用 user = users.get_current_user() Google Account でログインしてればそのユーザが、そうでなければ None が帰る webapp でフォームを処理 webapp.RequestHandler get() と post() メソッドがある。GET と POST に対応。 サンプルでは …

Google App Engine 使ってみる 1回目

hello, world から。楽にできていいわ。 Download # cd ~/Documents # wget http://googleappengine.googlecode.com/files/google_appengine_1.3.4.zip # unzip google_appengine_1.3.4.zip helloworld 参考: http://code.google.com/intl/ja/appengine/docs…