You will see whatever is being returned from your index function in controllers/default.py in your application folder, if you want that message in particular then that line should read:
return dict("Hello from my first Web app")
On Mar 22, 11:43 am, Hal Smith <[email protected]> wrote:
> I am supposed to get "Hello from my first Web app", but all I see is "Hello
> World"
>

