[google-appengine] copying datastore from production application to staging application

2009-07-11 Thread Jonathan
I have created a feature request to be able to copy the datastore from one application to another application. This would be used for testing migration from the current production version to a new version of the data schema. Whilst testing of this migration is possible without using real data, it

[google-appengine] Re: SMS account verification confusion...

2009-07-11 Thread Roberto Saccon
you can only verify one account per phone number. On Jul 11, 10:48 pm, Xlorep DarkHelm wrote: > I get the message: > > The phone number has been sent too many messages or has already been > used to confirm an account. > > On Jul 11, 10:02 am, Wooble wrote: > > > > > Assuming you're using the ac

[google-appengine] Re: SMS account verification confusion...

2009-07-11 Thread Xlorep DarkHelm
I get the message: The phone number has been sent too many messages or has already been used to confirm an account. On Jul 11, 10:02 am, Wooble wrote: > Assuming you're using the account you posted with, try creating your > apps at appengine.google.com/a/darkhelm.org > > On Jul 10, 12:20 pm, Xl

[google-appengine] Re: CPU time for trivial datastore roundtrip

2009-07-11 Thread Anthony Mills
Nick, thanks for responding. I'll add a lot more detail and test data here. I'm doing three fetches: one to get the user data, one to get his starred items, one to get his own items. I've broken it down to examine each one individually. The user fetch is fast: userEntity = datastore.get(KeyFacto

[google-appengine] Re: How to insert a json object in a datastore?

2009-07-11 Thread Koen Bok
Hey Jyoti, The purpose of JSON is to serialize a data structure. And serialization basically means storing it as a string (which is represented by bytes). Other methods of serialization are yaml or xml. For more advanced data structures like custom objects you can use the pickle module. The data

[google-appengine] Re: Querying for N random records on Appengine datastore

2009-07-11 Thread Barry Hunter
On 11/07/2009, Devel63 wrote: > > Barry, I understand your objections below, but do you have a better > approach? no, I dont. The way in my first reply is the best I can think off. Not totally uniform, but dont think any 'random' solution is going to be, unless you keep the data uptodate - whi

[google-appengine] Re: SMS account verification confusion...

2009-07-11 Thread Wooble
Assuming you're using the account you posted with, try creating your apps at appengine.google.com/a/darkhelm.org On Jul 10, 12:20 pm, Xlorep DarkHelm wrote: > I'm a bit confused, for the Google App Engine, I did SMS verification > and got 1 app I can make. However, when I log into the site is cl

[google-appengine] Re: PLEASE HELP ME FIGHT GOOGLE SPAM

2009-07-11 Thread Wooble
On Jul 11, 10:34 am, Paul NOSPAM wrote: > Most of this CRAP already goes into my SPAM folder, however some slips > through.   I really don't understand why everyone seems to be missing > the point. The point that the developer mailing list somehow just because the appropriate place to report a

[google-appengine] Re: Querying for N random records on Appengine datastore

2009-07-11 Thread Devel63
Barry, I understand your objections below, but do you have a better approach? Assigning random numbers to entities is guaranteed to be worse. If you are worried about an entity being deleted and opening a gap in the sequence, imagine the thousand-fold gaps you will see with random ID generation

[google-appengine] Re: PLEASE HELP ME FIGHT GOOGLE SPAM

2009-07-11 Thread Paul NOSPAM
Most of this CRAP already goes into my SPAM folder, however some slips through. I really don't understand why everyone seems to be missing the point. If nobody is going to DO ANYTHING about these asshole spammers, why should they cease their activities? And even worse, the people who KNOW abou

[google-appengine] Printing a Google Code page shows the footer at the top of the page...

2009-07-11 Thread Fred Janon
It seems more a Google Code issue than GAE, but I couldn't find a way to file the issue on any of the Google Code pages. When I print a page, the footer with the license information prints at the top of the page, over the header and title. This shows with FF3 and Opera as well. I checked the HTML/