[google-appengine] Re: Is anybody experiencing timeout from the data store right now?

2009-07-22 Thread Hrishikesh Bakshi
ote: > > All my requests seems to timeout right now > > > -- Hrishikesh Bakshi --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, s

[google-appengine] Re: Google App Engine Custom Domain Stopped Working

2009-07-22 Thread Hrishikesh Bakshi
e have any idea of why it might not be > working? > > Thanks very much, > > Chris > > > > Thanks, -- Hrishikesh Bakshi --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App E

[google-appengine] Re: Upload data

2009-07-25 Thread Hrishikesh Bakshi
ful information.' > (http://blenderartists.org/forum/showthread?t=7412) > > you are in great danger to be overcome soon by somebody more clever > then Google. > > Kind regards, > Holger > > > > On Jul 25, 8:31 am, djidjadji wrote: > > If every GAE

[google-appengine] Re: Upload data

2009-07-25 Thread Hrishikesh Bakshi
er to read another page and then again read your post. On Sat, Jul 25, 2009 at 12:35 PM, Holger wrote: > > Hi Hrishikesh Bakshi, > > instead of serching the sulking corner and distributing funny stars > you should better think about how to improve the Upload data > documentation t

[google-appengine] Re: 404 Forb

2009-08-04 Thread Hrishikesh Bakshi
ave permission to modify this app > (app_id=u'bitstars2010'). > -- end server output - > > > app.yaml > > > application: bitstars2010 > version: 1 > runtime: python > api_version: 1 > > handlers: > - url: /stylesheets > static_dir: stylesheets &g

[google-appengine] Re: Problems uploading to Datastore

2009-08-04 Thread Hrishikesh Bakshi
> > This is my countryloader.py code: > > import datetime > from google.appengine.ext import db > from google.appengine.tools import bulkloader > from models import Country > > class CountryLoader(bulkloader.Loader): > def __init__(self): >bulkloader.Loader.__init__(self, 'Country',

[google-appengine] Re: Retrieving source code from App Engine

2009-08-04 Thread Hrishikesh Bakshi
> version of an App Engine app, or am I as screwed as I think I am? > > Thanks. > > > -- Hrishikesh Bakshi --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To po

[google-appengine] Re: Why are my plus signs disappearing?

2009-08-04 Thread Hrishikesh Bakshi
ated = db.DateTimeProperty(auto_now_add=True) > > > #content2 = db.StringProperty() > > > > > So my question is, where are my '+' signs disappearing and how can I > > > stop this? I'm encoding my data on the post. I'm converting to a

[google-appengine] Re: User Identity

2009-08-05 Thread Hrishikesh Bakshi
n exists the user module (don't know the Java > name) treats the visitor as authenticiated. > 5. It's your task to delete this token on user logout. > > > > > -- Hrishikesh Bakshi --~--~-~--~~~---~--~~ You received this message because

[google-appengine] Re: Google blocked My App Engine App for My IP address!!

2009-08-06 Thread Hrishikesh Bakshi
d other spurious software. " > > > Of course, I access my app many times a day to test it. > > > -- Hrishikesh Bakshi --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine"

[google-appengine] Re: Google blocked My App Engine App for My IP address!!

2009-08-06 Thread Hrishikesh Bakshi
t; >> > >> If you suspect that your computer or network has been infected, you > >> might want to run a virus checker or spyware remover to make sure that > >> your systems are free of viruses and other spurious software. " > >> > >> > >

[google-appengine] Re: 404 Forb

2009-08-06 Thread Hrishikesh Bakshi
, 陈年高 wrote: >> >> my python 2.6 can not run >> ^_^o(∩_∩)o...^_^ :-) >> >> >> >> :-)音问久疏,唯愿一切康适。 >> >> >> >> > > > > -- Hrishikesh Bakshi --~--~-~--~~~---~--~--

[google-appengine] Re: Datastore problem?

2009-08-06 Thread Hrishikesh Bakshi
the datastore > now? > > Jesse > > > -- Hrishikesh Bakshi --~--~-~--~~~---~--~~ 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-appengine@

[google-appengine] Re: GQL "IS NOT NULL" and "LIKE" queries

2009-08-06 Thread Hrishikesh Bakshi
; > 2009/8/6 ssprauer : > > > > I am looking forward to code some GQL queries that would retrieve data > > like SQL "IS NOT NULL" and "LIKE" queries. > > > > I would be very grateful to see an example... > > > > Cheers, > > > >