[google-appengine] Re: redirect to external page

2009-10-23 Thread tttttooooodddd ddddddvnek


--- On Fri, 10/23/09, akuchlous akuchl...@gmail.com wrote:


   , space Goto ?                                 (r'/(.*)',Goto)],









From: akuchlous akuchl...@gmail.com
Subject: [google-appengine] redirect to external page
To: Google App Engine google-appengine@googlegroups.com
Date: Friday, October 23, 2009, 3:49 AM


I am using a development server on my machine.

I want to redirect anything like:

http://localhost.8080/abcd

to

www.google.com

This does not seem to work:

class Goto(webapp.RequestHandler):
   def get(self, url):
     googUrl = www.google.com
     self.redirect(googUrl, permanent=True)

application = webapp.WSGIApplication(
                                   [('/', MainPage),
                                    (r'/(.*)',Goto)],



If i type in address bar:
http://localhost:8080/abcd

then I should be redirected to www.google.com

but right now I get redirect to
http://localhost:8080/www.google.com

how can i solve it?


Thanks
Ankur K





  
--~--~-~--~~~---~--~~
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-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: subdomain - www is not able to add for google appengine

2009-05-01 Thread tttttooooodddd ddddddvnek


also mine will hit www in chrome browser in windows but NOT from pcbsd 
to www. ???


--- On Tue, 4/28/09, toh momot...@gmail.com wrote:

 From: toh momot...@gmail.com
 Subject: [google-appengine] Re: subdomain - www is not able to add for google 
 appengine
 To: Google App Engine google-appengine@googlegroups.com
 Date: Tuesday, April 28, 2009, 2:00 AM
 Hi
 
 I had the same experience about a year ago.  When I tried
 it again a
 couple of months ago, it just magically worked.
 
 I know I am not helping you in any way, but now you know
 it's not just
 you...
 
 On Apr 26, 4:12 am, VIJI vijiconn...@gmail.com
 wrote:
  Hello,
 
       I tried to point towww.mydoman.comto google
 appengine
  application.But the subdomain www is not getting added
 in the google
  application service settings page.
 
                If i try to add 'www' as
 subdomain ,there is no error
  message or any response.Could you please help anyone
 regarding the
  same?
 
 

  

--~--~-~--~~~---~--~~
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-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Problem with javascript on the appengine.

2009-02-19 Thread tttttooooodddd ddddddvnek
try writing a html with all the javascript at top of the file.py then the 
handlers

--- On Thu, 2/19/09, dr hil drorhil...@gmail.com wrote:
From: dr hil drorhil...@gmail.com
Subject: [google-appengine] Problem with javascript on the appengine.
To: Google App Engine google-appengine@googlegroups.com
Date: Thursday, February 19, 2009, 1:30 PM

Hi all,
My application use a lot of javascript, that is loaded in the main
static html file.
all the javascript files are declared in the app.yaml file.
The javascript is being loaded and work fine in the developing server,
but when I deploy the application of the google appengine server, it
seems as if the javascript is not loaded and does not work at all.
Why is that and how can I fix it?






  
--~--~-~--~~~---~--~~
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-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Google Accounts

2009-02-19 Thread tttttooooodddd ddddddvnek
wouldnt it be nice if clients could pay with google checkout then use their id 
to log in with a payment sticky mess age attached saying i have paid to use the 
xyzdomain services to correctly log in and authenticate ?




--- On Wed, 2/18/09, Geoffrey Spear geoffsp...@gmail.com wrote:
From: Geoffrey Spear geoffsp...@gmail.com
Subject: [google-appengine] Re: Google Accounts
To: Google App Engine google-appengine@googlegroups.com
Date: Wednesday, February 18, 2009, 3:15 PM



On Feb 18, 3:07 pm, GenghisOne mdkach...@gmail.com wrote:
 Does it make sense for developers to tie their apps into Google
 Accounts and if so, why?

 Or put another way, what are the pros and cons of tying an app into
 Google Accounts?

Pros: you don't have to do your own authentication, and in many cases
have no need to manage session cookies.

Cons: your users have to have Google accounts.




  
--~--~-~--~~~---~--~~
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-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---