added comment in welcome default.py

This commit is contained in:
mdipierro
2012-07-20 11:27:38 -05:00
parent ee376afa2d
commit 62d4eb0556
2 changed files with 4 additions and 1 deletions
@@ -13,6 +13,9 @@ def index():
"""
example action using the internationalization operator T and flash
rendered by views/default/index.html or views/generic.html
if you need a simple wiki simple replace the two lines below with:
return auth.wiki()
"""
response.flash = T("Welcome to web2py!")
return dict(message=T('Hello World'))