[google-appengine] Re: Godaddy + Domain name mapping

2009-11-05 Thread skyleecm
hi Saliem, in the Google Apps dashboard for your domain, by default, the www url mapping is used by Google sites or .. You have to remove the www mapping from the Google sites & then add www url to your appengine service. Cheemeng On Nov 6, 9:27 am, Saliem wrote: > So id thought Id mention th

[google-appengine] Re: accessing date fields set to auto now and django forms

2009-12-04 Thread skyleecm
yes, can access thru the form.instance {{ form.instance.dob }} On Dec 4, 6:55 pm, Alex wrote: > Hi, > The gae doc says 'DateTime fields with auto_now or auto_now_add set to > true are automatically not displayed' in django forms. Is there some > way I can access these date values through the form

[google-appengine] Re: Configure *.ru domain for GAE-hosted application

2009-12-21 Thread skyleecm
you can follow the instruction here http://groups.google.com/group/google-appengine/web/deleting-existing-www-mapping-from-google-apps to add www mapping for your appengine app in your Google Apps account. On Dec 20, 7:16 pm, iryndin wrote: > Hello, dear All! > > I have troubles configuring *.ru

[google-appengine] Re: Session cookies and the dev environment

2010-01-13 Thread skyleecm
afaik, only ACSID is used in production/live. simplest is to check for both cookies dev_appserver_login & ACSID. Cheemeng On Jan 14, 9:47 am, Greg Tracy wrote: > I'm curious as to why the session cookie for google account sessions > is different between the development server and production. I

[google-appengine] Re: Unit testing XMPP service

2010-02-15 Thread skyleecm
hi Dan, how about using any of XMPP client library to write your tests? Cheemeng On Feb 13, 5:44 pm, Dan wrote: > Hi, > > I've got an app that uses GAE's XMPP service.  I'd like to write some > unit tests that verify the behavior of the server when it receives > various messages through this s

[google-appengine] Re: Specifying/overriding input type for model forms. Can this be done?

2010-02-22 Thread skyleecm
hi Joe, You can declare the exact form field for each of your model property like, class ScoreForm(djangoforms.ModelForm): opponent = IntegerField(max_value=9, min_value=1) class Meta: model = Score Cheemeng On Feb 23, 5:32 am, joe wrote: > Hello to all, > > Let's say I have a

[google-appengine] Is default sort order by __key__ for query without a specified order?

2009-09-18 Thread skyleecm
hi, for query without a specified sort order, is the query results ordered by __key__? thanks. Cheemeng --~--~-~--~~~---~--~~ 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] Re: Is default sort order by __key__ for query without a specified order?

2009-09-21 Thread skyleecm
'__key__ asc' sort order. > > -Nick Johnson > > On Fri, Sep 18, 2009 at 12:37 PM, skyleecm wrote: > > > hi, > > for query without a specified sort order, > > is the query results ordered by __key__? > > > thanks. > > Cheemeng > &

[google-appengine] Re: beginner need for help about Cookie!

2009-10-03 Thread skyleecm
cookie can be retrieved from request like: self.request.cookies.get('sid') On Oct 4, 10:36 am, Allen wrote: > And how can i retrieve the Cookie? > > I try in this way: > >     cookie = Cookie.SimpleCookie() >     strsid = os.environ.get('HTTP_COOKIE') >     if strsid: >         cookie.load(str

[google-appengine] Re: Add Domain does not work

2009-10-21 Thread skyleecm
hi lordjoe, your domain www.lordjoe.com is not a CNAME record. Cheemeng On Oct 21, 10:48 am, lordjoe wrote: > No - I am signed up for Google Apps and have already mapped one > domain > > The issue is that the domain appears on my dashboars along with the > AppSpot.com domain - > it just does n