Hello World

/welcome/default/index

Welcome to web2py!

PYVER = 3.7.3 (default, Mar 23 2024, 16:12:05) [GCC 8.3.0]

How did you get here?

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