Skip to content

Commit

Permalink
Update readme now that app.yaml is inline
Browse files Browse the repository at this point in the history
  • Loading branch information
U-Glen-PC\Glen authored and U-Glen-PC\Glen committed Sep 18, 2010
1 parent a3bdb77 commit 249a115
Showing 1 changed file with 1 addition and 24 deletions.
25 changes: 1 addition & 24 deletions README
Expand Up @@ -6,27 +6,4 @@ Copyright © 2010 Glen Murphy (http://glenmurphy.com/)
ABOUT
-------------------------------------------------------------------------------

Dropmocks is a simple image sharing service.


-------------------------------------------------------------------------------
DEPLOYMENT
-------------------------------------------------------------------------------

To deploy this on App Engine, you can use the following app.yaml:

application: [YOURNAME]
version: 1
runtime: python
api_version: 1

derived_file_type:
- python_precompiled


handlers:
- url: /s
static_dir: source/files

- url: /.*
script: source/main.py
Dropmocks is a simple image sharing service built on app engine.

0 comments on commit 249a115

Please sign in to comment.