See the environment section of the guide: http://code.google.com/appengine/docs/python/theenvironment.html
I think you want: APPLICATION_ID, CURRENT_VERSION_ID If you still want to read the app.yaml at runtime, remove app.yaml from the skip_files section, read in the file directly from the read- only file system. Robin On Jan 1, 5:04 pm, DocDay <[email protected]> wrote: > Surely my Python code could parse the app.yaml file to pull out any > value I want. Instead, I'm wondering if GAE makes app.yaml values > available to my application at run time? Specifically, I'm looking for > application code and application version. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
