[google-appengine] Re: is it possible to clear error logs

2008-11-04 Thread mawei1981
oh,really; when I can release a beta version, I will be change the version. On Nov 4, 4:22 pm, Alexander Kojevnikov <[EMAIL PROTECTED]> wrote: > > My question is if it is posible to delete some error logs. Prior > > versions of my application had bugs but now they are fixed and even if > > I dele

[google-appengine] how to get ManyToMany fields

2008-11-04 Thread mawei1981
I hava ManyToMany field in a entity class Memory(db.Model): author = db.UserProperty() title = db.StringProperty() content = db.StringProperty(multiline=True) year = db.StringProperty() date = db.DateTimeProperty(auto_now_add=True) friends = db.List

[google-appengine] Re: how to get ManyToMany fields

2008-11-04 Thread mawei1981
tProperty(db.Key) does not automatically de-reference entities, > you will need to do it yourself before passing them to the template. > > On Nov 4, 7:13 pm, mawei1981 <[EMAIL PROTECTED]> wrote: > > > I hava ManyToMany field in a entity > > > class Memory(db.Mo

[google-appengine] Re: how to get ManyToMany fields

2008-11-04 Thread mawei1981
ok. thanks to Alexander. On Nov 5, 7:08 am, Alexander Kojevnikov <[EMAIL PROTECTED]> wrote: > > the friends is a sub-list of memory entity. > > Why not load the list on lazy mode. > > > Faint, I will manual get the lists . > > But how can I put the sub-list to the object. > > > does google provid

[google-appengine] Discussion on google-app-engine-open-source-projects

2008-11-04 Thread mawei1981
My Yesterday Once More Description: An app for Recollection your past life URL: http://myom.appspot.com http://myom.appspot.com/blog/ http://myom.appspot.com/memory/ License:GPLv3 Contact: [EMAIL PROTECTED] --~--~-~--~~~---~--~~ You received this m

[google-appengine] does Appengine closed socket permission

2008-11-04 Thread mawei1981
Hi, All when I want to write a cache server, I meet urllib2 could not be work. I got the log tells me could not using. anybody meet the same as me. How can we use urllib2 in appengine. Best Regards Maven --~--~-~--~~~---~--~~ You received this message beca

[google-appengine] Re: does Appengine closed socket permission

2008-11-05 Thread mawei1981
ch seems to be the alternative > > HTH, > Raja > > On Nov 5, 12:52 pm, mawei1981 <[EMAIL PROTECTED]> wrote: > > > Hi, All > > > when I want to write a cache server, I meet urllib2 could not be work. > > > I got the log tells me could not using. > >

[google-appengine] How to set a property is unique key in app engine?

2008-11-06 Thread mawei1981
Hi, All As we know, the database provide a unique key not a primary key to support we store some content we do not like redundant, we query some content use distinct because we do not want to see redundant record. So, when I store some url or email address in my spider(written under app engine),

[google-appengine] Who can tell me app engine does support Thread?

2008-11-06 Thread mawei1981
Hi, All I write a simple code to test thread , app engine could no be run it. who can tell me. who run thread class success ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to

[google-appengine] Re: Who can tell me app engine does support Thread?

2008-11-06 Thread mawei1981
hat take a very long time to respond > are terminated to avoid overloading the web > server."http://code.google.com/appengine/docs/python/sandbox.html > > On Nov 6, 9:02 pm, mawei1981 <[EMAIL PROTECTED]> wrote: > > > Hi, All > > > I write a simple code to

[google-appengine] Re: How to set a property is unique key in app engine?

2008-11-06 Thread mawei1981
thanks On Nov 6, 6:25 pm, dobee <[EMAIL PROTECTED]> wrote: > On Nov 6, 10:37 am, mawei1981 <[EMAIL PROTECTED]> wrote: > > > Hi, All > > > As we know, the database provide a unique key not a primary key to > > support we store some content we do not like r

[google-appengine] When will app engine support multi-encode?

2008-11-11 Thread mawei1981
Hi, All I use urlfetch to get some content from other hosts, as we know, the content has multi-encode, How can I use unicode(response.content,'utf-8') to encode or decode the content ?? --~--~-~--~~~---~--~~ You received this message because you are subscribed

[google-appengine] Re: quotas in appengine

2008-11-11 Thread mawei1981
Hi,All now I worry about my applications that I development on google appengine. when the quota has been exceed. what can I do?? transfer it to Django again or that how about you/? On Nov 10, 6:47 pm, "Barry Hunter" <[EMAIL PROTECTED]> wrote: > Google have said that Quotas will still be

[google-appengine] How can I get the entry's PK?

2008-11-25 Thread mawei1981
Example: I have a entry class Entry(db.Model): author = db.UserProperty() title = db.StringProperty() content = db.TextProperty() date = db.DateTimeProperty(auto_now_add=True) tags = db.ListProperty(db.Key) the I write the follow code in the webhandler:

[google-appengine] How to add parameters when started I want

2009-04-08 Thread mawei1981
Hi,All I want to add some parameters when I start my webapp -Djava.security.policy=server.policy where can I set it. Best Regard . --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post