Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 11th, 2012  |  syntax: None  |  size: 0.54 KB  |  hits: 11  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Downloading data from the datastore
  2. builtins:
  3. - remote_api: on
  4.        
  5. appcfg.py download_data --application=myapp --url=http://myapp.appspot.com/remote_api_path --filename=first-test-backup`
  6.        
  7. - url: /remote_api
  8.   script: $PYTHON_LIB/google/appengine/ext/remote_api/handler.py
  9.   login: admin
  10.        
  11. - url: /remote_api
  12.   script: google.appengine.ext.remote_api.handler.application
  13.   login: admin
  14.        
  15. builtins:
  16. - remote_api: on
  17.        
  18. appcfg.py download_data --application=~myapp --url=http://myapp.appspot.com/_ah/remote_api --filename=first-test-backup