GAEOにScaffoldのジェネレータが付いた。どれだけ速くアプリケーションを作れるか。 アプリケーションを作る # gaeo.py gaeotter The "gaeotter" project has been created. # cd gaeotter Scaffoldを作る # gaeogen.py scaffold posts index new show user:StringProperty(required=True) comment:StringProperty(required=True) Creating Model posts ... Creating .../gaeotter/application/model/posts.py ... Creating .../gaeotter/application/templates/posts ... Creating