Version 2 (modified by cmlenz, 16 years ago) (diff) |
---|
HelloWorld
HelloWorld is a very simple example application 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.