application: "PUT_NAME_OF_APPENGINE_ID_HERE"
version: 1
runtime: python
api_version: 1
handlers:
- url: /ra
static_dir: static/runaround
- url: /runaround.*
script: runaround/runaround.py
and our static directory looks something like this:
All the css, images and javascript files shown in this image are retrieved from the PHP runaround application.
0 comments:
Post a Comment