Mercurial > eagle-eye
view ikweb/ikweb/app.yaml @ 247:7747bbe5b68e
start to develope Information Exchange Center of Ikariam Game. (prototpye)
author | "Hisn Yi, Chen <ossug.hychen@gmail.com>" |
---|---|
date | Mon, 01 Dec 2008 00:27:22 +0800 |
parents | |
children |
line wrap: on
line source
application: ikweb version: 1 api_version: 1 runtime: python handlers: - url: /css static_dir: assets/css - url: /js static_dir: assets/js - url: /img static_dir: assets/img - url: /favicon.ico static_files: favicon.ico upload: favicon.ico - url: .* script: main.py