Hello World

How did you get here?

  1. You are successfully running web2py
  2. You visited the url /demo_app1/default/index
  3. Which called the function index() located in the file web2py/applications/demo_app1/controllers/default.py
  4. The output of the file is a dictionary that was rendered by the view web2py/applications/demo_app1/views/default/index.html
  5. You can modify this application and adapt it to your needs