[google-appengine] Re: Python spike of May 10th _did_ affect availability of applications

2010-05-11 Thread eng. Ilian Iliev
Same situation today(11th of May), I`m pretty sure that the GAE team is working on this but I hope that we can receive a little more information about what is happening. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group,

[google-appengine] How do you handle with "Error: ReferenceProperty failed to be resolved"

2010-03-22 Thread eng. Ilian Iliev
Hi all, I`m sure lot you have faced this error and I saw some post for it but couldn`t find some more general way for handling it. Iterating over the whole datastore after my app is broken doesn`t seems to me the fastest way. Knowing the connections between models and cascade delete/update if som

[google-appengine] Re: Blank page response

2010-02-04 Thread eng. Ilian Iliev
The solution can be find here -> http://code.google.com/p/app-engine-patch/issues/detail?id=252&q=cache On 19 Дек 2009, 15:31, "eng. Ilian Iliev" wrote: > What steps will reproduce the problem? > 1.Pageworking ok(displaying content) > 2. Code change in py-file > 3.

[google-appengine] Blank page response

2009-12-19 Thread eng. Ilian Iliev
What steps will reproduce the problem? 1. Page working ok(displaying content) 2. Code change in py-file 3. Refresh the page in the browser What is the expected output? What do you see instead? Expect: the page content See: blank page, firebug reports "200 Good to go" What version of the product

[google-appengine] Re: How to create model with unique fields

2009-09-23 Thread eng. Ilian Iliev
google.com/p/googleappengine/issues/detail?id=178 > . > > On Sep 17, 12:30 am, "eng. Ilian Iliev" wrote: > > > HI all, > > > I`m pretty new with GAE and DataStore and still unable to find the way > > for > > creating some "simple" tasks I`m used

[google-appengine] Re: How to create model with unique fields

2009-09-23 Thread eng. Ilian Iliev
: > hi ilian! there are lots of hacks, but in short, if you need to do > this across entity groups, the only fully correct, safe way is with > key names. see the discussion > inhttp://code.google.com/p/googleappengine/issues/detail?id=178 > . > > On Sep 17, 12:30 am, &quo

[google-appengine] How to create model with unique fields

2009-09-17 Thread eng. Ilian Iliev
HI all, I`m pretty new with GAE and DataStore and still unable to find the way for creating some "simple" tasks I`m used to. The problem is that I want create list of users that can log into my application. The model and code I`m currently using is listed bellow: class AdminUsers(db.Model):