I am converting to Python 2.7
In doing so the Built-in in yaml is being invalid
application: nameofapp
version: 1
runtime: python27
api_version: 1
threadsafe: true
builtins:
– datastore_admin: on
– remote_api: on
The above is the entry in my YAML file and the builtins: section errors – What am I doing wrong or missing?
From the 1.6.1 release notes:
The “right” way to use the datastore_admin tool is to enable it through the admin console instead of enabling the builtin in your app.yaml.
Credit