Google App Engine (Python)
環境
SDKのインストール
Hello World
フレームワーク
フレームワーク
webapp フレームワーク
Http Formパラメータの取得
開発環境での管理画面
ユーザーサービス
ユーザーサービス
データストア
データストアの利用
型とプロパティクラス
テンプレート
テンプレート
Django
Djangoを利用する
Tips
静的ファイル
- http://webapp-improved.appspot.com/tutorials/gettingstarted/staticfiles.html?highlight=static
- app.yaml を編集
application: helloworld version: 1 runtime: python27 api_version: 1 threadsafe: true handlers: - url: /stylesheets static_dir: stylesheets - url: /.* script: helloworld.app
YAGI Hiroto (piroto@a-net.email.ne.jp)
twitter http://twitter.com/pppiroto
Copyright© 矢木 浩人 All Rights Reserved.