Hi Brian,
The URL you supply needs to be absolute ('
http://mysite.com/choose_user.html'), not relative ('choose_user.html' or
'/choose_user.html'). You may find the self.request.host and
self.request.host_uri members helpful in constructing an absolute url from a
relative one without hardcoding your site's domain.
-Nick Johnson
On Wed, Jun 10, 2009 at 6:10 PM, thebrianschott <[email protected]>wrote:
>
> Nick,
>
> Thanks.
>
> Would the new code be something like this if I sent the user to a
> "signin"?
> alternative to self.redirect(users.create_login_url(choose_user.html))
>
> Brian in Atlanta
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---