I would like to ask which kind of credentials do I need to put on for importing data using the Google App Engine BulkLoader class
appcfg.py upload_data --config_
I use this commands to transfer data from local to remote server. File's extension (json) is important. Framework: django-nonrel, os: Win7.
manage.py dumpdata >dump.json manage.py remote loaddata dump.json