App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Static Public Attributes | List of all members
google.appengine.ext.remote_api.handler.ConfigDefaults Class Reference
Inheritance diagram for google.appengine.ext.remote_api.handler.ConfigDefaults:

Static Public Attributes

tuple CUSTOM_ENVIRONMENT_AUTHENTICATION = ()
 

Detailed Description

Configurable constants.

To override appstats configuration valuess, define values like this
in your appengine_config.py file (in the root of your app):

  remoteapi_AUTHORIZE_REMOTE_APP = [ 'appid' ]

You may wish to base this file on sample_appengine_config.py.

The documentation for this class was generated from the following file: