[google-appengine] Re: DataStore Viewer

2010-03-05 Thread pkhoosh
5, 1:47 pm, Robert Kluin wrote: > I know you can by adding "&limit=50" to the URL, I think it works up > to 200.  I have not found a button or field to enter the limit. > > Robert > > On Fri, Mar 5, 2010 at 2:43 PM, pkhoosh wrote: > > Is it possible to vi

[google-appengine] DataStore Viewer

2010-03-05 Thread pkhoosh
Is it possible to view more than 20 items at a time in the DataStore Viewer on the Dashboard? thanks, pete -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appeng...@googlegroups.com. To unsubscri

[google-appengine] Re: appcfg.py error

2010-03-02 Thread pkhoosh
p.yaml? > > if there is something like: > > - url: /.* >   script: myscript > > Above the remote_api handler.. then it won't work.On Mon, Mar 1, 2010 at 8:43 > PM, pkhoosh wrote: > > I am trying to upload a csv file to a data store. I uploaded my > &g

[google-appengine] appcfg.py error

2010-03-01 Thread pkhoosh
I am trying to upload a csv file to a data store. I uploaded my app.yaml file with the following: - url: /remote_api script: $PYTHON_LIB/google/appengine/ext/remote_api/handler.py login: admin I wrote a python handler in my application directory (DataStoreLoader.py). However, I get the foll

[google-appengine] appcfg.py error

2010-03-01 Thread pkhoosh
I have deployed my app and I want to populate the datastore with a csv file. After following the tutorial, I wrote a python loader file (DataStoreLoader.py) in my application directory and updated the app.yaml file with the following line: - url: /remote_api script: $PYTHON_LIB/google/appengine