After I download the data from my google app engine application I would like to start up the development server and see the downloaded data on the local pages. Can I do this? I'm sure I can, but I can't figure it out. Sorry if this is a repeat or I'm just being stupid again. Thanks in advance. I'm using the Python environment, if that matters.
I tried this:
google_appengine/appcfg.py upload_data --url=http://localhost:8080/ --filename=Data/copy.csv appname
and got this
Application: appname; version: 1.
Uploading data records.
[INFO ] Logging to bulkloader-log-20110201.103838
[INFO ] Throttling transfers:
[INFO ] Bandwidth: 250000 bytes/second
[INFO ] HTTP connections: 8/second
[INFO ] Entities inserted/fetched/modified: 20/second
[INFO ] Batch Size: 10
[INFO ] Opening database: bulkloader-progress-20110201.103838.sql3
Please enter login credentials for localhost
Email: aaron.watters@google.com
Password for aaron.watters@google.com:
[INFO ] Connecting to localhost:8080/
[INFO ] Authentication Failed
what am I supposed to use to make authentication succeed?