added comment in welcome default.py
This commit is contained in:
@@ -1 +1 @@
|
||||
Version 2.00.0 (2012-07-20 10:31:02) dev
|
||||
Version 2.00.0 (2012-07-20 11:27:33) dev
|
||||
|
||||
@@ -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'))
|
||||
|
||||
Reference in New Issue
Block a user