I missed that calling app/default/get_started
works also; On 3/31/11 10:31 AM, Ross Peoples wrote:
web2py will automatically convert dashes to underscores for the
function names, so:
getting-started
will become:
def getting_started():
return dict()

