On Mar 8, 2011, at 7:35 PM, Richard Baron Penman wrote: > yes also worked for me. > > People will need to change the application name, so should this be included > in app.yaml but commented out?
I think that app.yaml needs to become app.example.yaml (along the lines of routes.example.py and logging.example.conf), partly for that reason and partly so app.yaml doesn't get overwritten during an upgrade. Too bad YAML doesn't support variable substitution. > > > > On Wed, Mar 9, 2011 at 2:03 PM, Jonathan Lundell <jlund...@pobox.com> wrote: > On Mar 8, 2011, at 6:36 PM, Plumo wrote: > > thanks John, that makes sense. > > I tested it on the stock welcome app, and it seems to work fine. I'll send > Massimo a patch for the example app.yaml, since this is a fairly common > requirement.