App Engine Bulkloader

Posted by gurkan on Stack Overflow See other posts from Stack Overflow or by gurkan
Published on 2011-03-07T12:55:05Z Indexed on 2011/03/07 16:10 UTC
Read the original article Hit count: 204

Hi all,

I am trying to use Bulkloader of google app engine but unfortunately could not understand what to do from documentation. It says add this part to app.yaml

builtins: - remote_api: on

ok i have added. Then says that i have to execute this command

appcfg.py update

but i don't have any appcfg.py file. And also what is the command which executes this line?

Please somebody tell me what i am missing I use AppEngineLauncher to upload my project to server.. I have naver used a command to update or upload it.

Thanks in advance..

© Stack Overflow or respective owner

Related posts about python

Related posts about google-app-engine