use web.py+gae xxx.appspot.com/show, in the yaml,define /show as "required:login",so in this, need login use google account, in the template,need a logout url,how to use "users.create_logout_url"
<a href= "$users.create_logout_url(/)">logout</a> <a href= $users.create_logout_url(/)>logout</a> both wrong. -- You received this message because you are subscribed to the Google Groups "web.py" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/webpy. For more options, visit https://groups.google.com/d/optout.
