Thank you! all I had to do was add a else statement saying if clicked, redirect users to login screen (ie. self.redirect(users.create_login_url(self.request.uri))
By any chance do you know where I can find out how to create a like button? On Tue, May 17, 2011 at 6:16 PM, Ernesto Oltra <[email protected]>wrote: > I think you should see Python introduction to App Engine: > http://code.google.com/intl/en/appengine/docs/python/gettingstarted/ > > and specially the Using the Users service part: > > http://code.google.com/intl/en/appengine/docs/python/gettingstarted/usingusers.html > > -- > 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. > -- 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.
