= !HelloWorld = HelloWorld is a very simple example application [source:trunk/diva/examples/helloworld included] with Diva. == Running the Application == You can run the example app by invoking the following command from the `examples/helloworld` source directory: {{{ python run.py -rv }}} This enables verbose logging and automatic reloading. You should now be able to visit the site at http://localhost:8080/. == Trying the Debugger == Add `?debug` to the URL, and click around.