[google-appengine] Re: debugging app engine

2011-10-13 Thread Gipsy
I think you can use logging to log your debug messages import logging logging.debug(Your message) It will then show up in admin console logs cheers gipsy On Oct 13, 4:02 pm, Brian Williams tribblehunter2...@gmail.com wrote: Hi. I am trying to use app engine to email information collected

[google-appengine] Re: What's wrong with this??

2009-03-06 Thread Gipsy Gopinathan
How are you linking your css in you template? probably something messed up there.Did you checked the html source generated and verified the css link is working by directly accessing it? cheers gipsy On Fri, Mar 6, 2009 at 7:49 AM, arnie parvez...@rediffmail.com wrote: I have moved the media

[google-appengine] Re: What's wrong with this??

2009-03-06 Thread Gipsy Gopinathan
Most likely you are missing a '/' in front of the css link like '/media/yourcss.css' versus 'media/yourcss.css' On Fri, Mar 6, 2009 at 8:05 AM, Gipsy Gopinathan gipsy.ra...@gmail.comwrote: How are you linking your css in you template? probably something messed up there.Did you checked

[google-appengine] Re: Dev_appserver.py opening not helloworld

2009-02-13 Thread Gipsy Gopinathan
that could mess with these files...So any idea what could be causig this issue.. i have yet to resolve it today after having re written the files...and re-saved them... -- cheers Gipsy --~--~-~--~~~---~--~~ You received this message because you are subscribed

[google-appengine] Re: Fetch callback

2009-01-18 Thread Gipsy Gopinathan
-- cheers Gipsy --~--~-~--~~~---~--~~ 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@googlegroups.com To unsubscribe from this group, send email to google

[google-appengine] Re: typical scenario

2009-01-12 Thread Gipsy Gopinathan
\ -- cheers Gipsy --~--~-~--~~~---~--~~ 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@googlegroups.com To unsubscribe from this group, send email to google

[google-appengine] Unable to delete Indices

2009-01-12 Thread Gipsy
How can I delete my unwanted indices ?. I've tried appcfg.py vacuum_indexes and it said everything deleted successfully. But dashboard still says that i am exceeding indices count quota. And the indices are in Building status. Please help.

[google-appengine] Re: External database dump

2009-01-11 Thread Gipsy Gopinathan
I think one other wired way of achieving this will be to go for a javascript Ajax solution. Let the javascript in browser do the xml parsing and hit appengine for each entities via an Ajax request. in this case you have the control of including a wait period between your calls. cheeers gipsy

[google-appengine] Re: user login URLs in html/javascript

2009-01-11 Thread Gipsy Gopinathan
I am gald that you have resolved it. But still still wondering why you have to hard code these links On Sun, Jan 11, 2009 at 4:48 PM, thebrianschott schott.br...@gmail.comwrote: Gipsy, Yes I finally got the signout link, also. It was tricky because it never appeared in the address bar, so I

[google-appengine] Re: Interaction with other server

2009-01-10 Thread Gipsy Gopinathan
not that much. Any suggestion? Thanks, chr -- cheers Gipsy --~--~-~--~~~---~--~~ 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@googlegroups.com To unsubscribe

[google-appengine] Re: user login URLs in html/javascript

2009-01-10 Thread Gipsy Gopinathan
one, but for logging out. It seems a little silly to ask Gipsy to run the sample program again, revised to get a logout, but I don't quite see how to add such a sample to my existing app. Could you tell me how to do so, please? On Jan 10, 12:58 am, thebrianschott schott.br...@gmail.com wrote

[google-appengine] Re: user login URLs in html/javascript

2009-01-09 Thread Gipsy Gopinathan
it. I hope if by seeing the existing form on the page and my attempt at following your suggestions, you can spell out more specifically what you mean Geoffrey and Gipsy. This is the existing form. form method=get action=/ input type=text name=place id=placename / input type=submit value

[google-appengine] Re: user login URLs in html/javascript

2009-01-09 Thread Gipsy Gopinathan
Brian, So you want your home page to be the login page and redirect them back to the form when login is complete? On Fri, Jan 9, 2009 at 5:27 PM, thebrianschott schott.br...@gmail.comwrote: Gipsy, No, I want the people who do login to return to this home page. If the form entry

[google-appengine] Re: user login URLs in html/javascript

2009-01-09 Thread Gipsy Gopinathan
the below html snippet htmlbody onload='location.replace('+users.create_login_url(/)+')/body/html On Fri, Jan 9, 2009 at 6:04 PM, thebrianschott schott.br...@gmail.comwrote: yes, Gipsy. On Jan 9, 6:35 pm, Gipsy Gopinathan gipsy.ra...@gmail.com wrote: Brian, So you want your home page

[google-appengine] Re: user login URLs in html/javascript

2009-01-09 Thread Gipsy Gopinathan
, Brian in Atlanta -- cheers Gipsy --~--~-~--~~~---~--~~ 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@googlegroups.com To unsubscribe from this group

[google-appengine] Re: user login URLs in html/javascript

2009-01-09 Thread Gipsy Gopinathan
url generated by the users.create_login_url in your home page handler as a link in the home age ? Am I misssing something? I think I should be able to send you a sample app for this soon. On Fri, Jan 9, 2009 at 11:04 PM, thebrianschott schott.br...@gmail.comwrote: Gipsy, Let me clarify

[google-appengine] Re: user login URLs in html/javascript

2009-01-09 Thread Gipsy Gopinathan
check http://kangchenchunga.appspot.com/ is this what you want ? On Fri, Jan 9, 2009 at 11:28 PM, thebrianschott schott.br...@gmail.comwrote: Gipsy, Could you just run the sample on your webpage and tell me what you get? Thanks, Brian On Jan 10, 12:19 am, Gipsy Gopinathan gipsy.ra

[google-appengine] Re: user login URLs in html/javascript

2009-01-09 Thread Gipsy Gopinathan
wrote: Wait, I think I know how to do it. Give me a few seconds until I can use my honey's computer and I'll get back to you. Brian -- cheers Gipsy --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google

[google-appengine] Re: user login URLs in html/javascript

2009-01-09 Thread Gipsy Gopinathan
You can find the sample code here http://dpaste.com/107358/ On Fri, Jan 9, 2009 at 11:43 PM, Gipsy Gopinathan gipsy.ra...@gmail.comwrote: no that is my appspot On Fri, Jan 9, 2009 at 11:41 PM, thebrianschott schott.br...@gmail.comwrote: Yes, that's what I want. Your appspot