[google-appengine] Re: Can't access my application

2009-03-22 Thread baytiger
Same problem for me, many of my users are complaining they see the same. It's been going on for more than 24 hours now. Google can you please fix this? There has been _a lot_ of outages the past month, it's not particularly credible for user-experience :( On 22 Mar., 07:56, Brandon Thomson wro

[google-appengine] Re: Can't access my application

2009-03-22 Thread WallyDD
I can't do much more than try again another day... Good ol google; http://code.google.com/status/appengine On Mar 22, 3:18 am, baytiger wrote: > Same problem for me, many of my users are complaining they see the > same. It's been going on for more than 24 hours now. > > Google can you please

[google-appengine] Re: How to do editing??

2009-03-22 Thread arnie
Will using "value="{{first_name}}"> " inside the input tag cause any problem when the same page is used for creating new entries instead of editing as the whole html page is evaluated at the server before rendering. Thanks Arnie --~--~-~--~~~---~--~~ You received th

[google-appengine] Re: Blocking bad IPs

2009-03-22 Thread xml2jsonp
I starred the issues 718 and 644. -- Web Blue Screen of Death http://pyoohtml.appspot.com/web-blue-screen-of-death On Mar 22, 4:50 am, Sargis Dallakyan wrote: > I've got a user with 61.175.215.214 IP address (registered in China) > tring to hack my app and I was wandering what would be the best

[google-appengine] LetDeleteMyApps.py (5 people)

2009-03-22 Thread xml2jsonp
"Let Delete My Apps" http://pyoohtml.appspot.com/let-delete-my-apps/home Thanks to: - zerofault1 - yutiyan - ikoo-dirtylife - gythialy-app - pyoohtml -- Web Blue Screen of Death http://pyoohtml.appspot.com/web-blue-screen-of-death --~--~-~--~~~---~--~~ You receiv

[google-appengine] Querying multiple tables in google app engine

2009-03-22 Thread arnie
I have certain tables in datastore that are related to each other. say user table is related to Business table. How can we use a single query to fetch data from these tables at onece, say for a userid=2 we need the record from user table as well as from Business table with matching userid. I have

[google-appengine] UnknownTimeZoneError

2009-03-22 Thread Brian
I'm running App Engine with Django. I'm having troubles executing timezone conversion via pytz. I have looked at the Google example implementation. The following works in IDLE: >>> import pytz >>> from pytz import common_timezones >>> from pytz import timezone >>> import datetime >>> timestamp =

[google-appengine] Re: UnknownTimeZoneError

2009-03-22 Thread xml2jsonp
Can you use the "time" module? Code from: http://www.experts-exchange.com/Programming/Languages/Scripting/Python/Q_21220085.html def convert_time( intime, newoffset ): # import the time module: import time # set the format: fmt = '%Y -%m-%d %H:%M:%S' # sp

[google-appengine] Re: Querying multiple tables in google app engine

2009-03-22 Thread xml2jsonp
>From docs: http://code.google.com/appengine/docs/python/datastore/entitiesandmodels.html The name of the back-reference property defaults to modelname_set (with the name of the model class in lowercase letters, and "_set" added to the end), and can be adjusted using the collection_name argument

[google-appengine] Re: Querying multiple tables in google app engine

2009-03-22 Thread Tim Hoffman
Personally I think you are taking the wrong approach. Think about you data model as a set of objects/entities and their relationships and not as relation tables. Not knowing what you exactly trying to do means the following example is probably wrong, ie I don't know if you have a one to one rela

[google-appengine] I found this Firefox add-on --> "FirePython"

2009-03-22 Thread xml2jsonp
The author: "Originally, I have created it to light up my lonely nights I was spending with Google App Engine" From: http://github.com/darwin/firepython/tree/master https://addons.mozilla.org/en-US/firefox/addon/9602 -- Web Blue Screen of Death http://pyoohtml.appspot.com/web-blue-screen-of-deat

[google-appengine] Re: Can't access my application

2009-03-22 Thread B.J.
Some of my users are reporting the same problem. Anyone know what is going on? On Mar 22, 2:37 am, WallyDD wrote: > I can't do much more than try again another day... > > Good ol google;http://code.google.com/status/appengine > > On Mar 22, 3:18 am, baytiger wrote: > > > Same problem for me, m

[google-appengine] Re: Can't access my application

2009-03-22 Thread Pete Koomen
Hi all, This is a known issue and we're looking into it now. It appears to be affecting some users accessing applications served off of custom dasher domains: http://mail.google.com/support/bin/answer.py?hl=en&answer=46346#403 We're working to lessen the impact that these problems can have on A

[google-appengine] Re: Can't access my application

2009-03-22 Thread Pete Koomen
Sorry: this appears to be affecting some users accessing applications served off of custom *Google Apps* domains: On Sun, Mar 22, 2009 at 11:01 AM, Pete Koomen wrote: > Hi all, > > This is a known issue and we're looking into it now. It appears to be > affecting some users accessing applicatio

[google-appengine] failure in Django 1.0.2 and Helper r76 only in deployed app about AttributeError for HttpResponse

2009-03-22 Thread Brett C.
I am getting a failure on deployment that I am not getting through the dev_appserver and for the life of me I can't figure out what the heck could be causing this. I had not touched my site prior to 1.1.9 and the released copy (r52) of the Django helper was obviously not working anymore against d

[google-appengine] Re: "Let Delete My Apps" (3 apps)

2009-03-22 Thread Panos
As of the time of writing there are 306 other people who care about this. Please visit the GAE issue database and star this issue to let Google know that you care about this issue. http://code.google.com/p/googleappengine/issues/detail?id=335 --Panos On Mar 17, 4:49 am, Ronn Ross wrote: > I se

[google-appengine] Re: "Let Delete My Apps" (3 apps)

2009-03-22 Thread Tim Hoffman
Yes many people care, however it is almost spamming the repeated posts on this issue. Google people will have got the message, now it is just becoming annoying. T On Mar 23, 7:39 am, Panos wrote: > As of the time of writing there are 306 other people who care about > this. Please visit the GAE

[google-appengine] Re: Blocking bad IPs

2009-03-22 Thread Sargis Dallakyan
Thank you for starring these issues. I've got another spammer today with IP address 194.8.75.147. This one is from UK. Cheers, Sargis On Mar 22, 4:07 am, xml2jsonp wrote: > I starred the issues 718 and 644. > > -- > Web Blue Screen of Deathhttp://pyoohtml.appspot.com/web-blue-screen-of-death >

[google-appengine] crazy ORDER BY bug...?!

2009-03-22 Thread David I. Murray
Consider these 2 queries: Query 1: SELECT * FROM Action WHERE study= '2a' and type = 'o' ORDER BY __key__ Query 2: SELECT * FROM Action WHERE study= '2a' and type = 'o' Is there any reason why query 1 would return fewer results than query 2? Because when I run them (just via the admin console),

[google-appengine] Re: crazy ORDER BY bug...?!

2009-03-22 Thread Ian Lewis
David, Please see this issue, http://code.google.com/p/googleappengine/issues/detail?id=901&q=order%20by&colspec=ID%20Type%20Status%20Priority%20Stars%20Owner%20Summary%20Log%20Component On Mon, Mar 23, 2009 at 10:38 AM, David I. Murray wrote: > > Consider these 2 queries: > > Query 1: > SELEC

[google-appengine] FileField is not defined

2009-03-22 Thread codingJoe
I am trying to load an image into my app. I am getting the error that FileField is not defined. I've seen other posts where people have this error, but have not found a solution. class Photo(db.Model): createdBy = db.UserProperty(required=False) title = db.StringProperty(required=True)

[google-appengine] Re: Intercepting Model Creation

2009-03-22 Thread Kugutsumen
Same problem here; I starred 844. In the meantime if I need to check within __init__ if an entity is already in the datastore I use this ugly workaround: bool(self.is_saved() or kwds.has_key('_from_entity') and kwds ['_from_entity']) --~--~-~--~~~---~--~~ You rec

[google-appengine] Re: what about memcache flush_all() performance

2009-03-22 Thread Chris
Thanks for your answer. On Mar 12, 12:28 am, Brett Slatkin wrote: > On Wed, Mar 11, 2009 at 8:39 AM, Chris wrote: > > > If my app has a lot of data in memcache, and calls flush_all() now, > > what about the performance of this function call? I'm not sure how the > > memcache backend is implemen

[google-appengine] hard to fetch a single entry

2009-03-22 Thread neoedmund
why this happens? a model has 100,000+ entries in it. q=Foo.all() e=q.get() error occurs: File "/base/python_lib/versions/1/google/appengine/ext/db/ __init__.py", line 1346, in get results = self.fetch(1) File "/base/python_lib/versions/1/google/appengine/ext/db/ __init__.py", line 1390