Created
January 6, 2010 15:45
-
-
Save aggieben/270343 to your computer and use it in GitHub Desktop.
Revisions
-
aggieben created this gist
Jan 6, 2010 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,18 @@ application: bt-coronet version: 1 runtime: python api_version: 1 handlers: - url: /s static_dir: static - url: /favicon.ico static_files: static/img/receipt_info.gif upload: static/img/receipt_info.gif - url: /.* script: main.py - url: /api/remote script: $PYTHON_LIB/google/appengine/ext/remote_api/handler.py