singh91digvijay / google-app-engine-samples

Automatically exported from code.google.com/p/google-app-engine-samples
0 stars 0 forks source link

"Hello World" everywhere #40

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
If I try the Guestbook, or Tasks sample, and deploy it, my App only displays 
"Hello World". I have tried looking through the manuals, but cannot find 
anything. Is there someone who could help me? It would be highly appreciated.

Wannes

Original issue reported on code.google.com by wannesl...@gmail.com on 14 Jul 2010 at 8:08

GoogleCodeExporter commented 8 years ago
Check that your app.yaml file is pointing to the correct .py script.  By 
default, the google app engine launcher creates a default app.yaml and main.py 
file. 

Original comment by gval...@gmail.com on 1 Aug 2010 at 1:56

GoogleCodeExporter commented 8 years ago
I had the same problem. Please check the Path in the Google App Engine 
Launcher. Probably the Launcher is creating a new folder inside your project 
folder with a default main.py and app.yaml file.

The correct Path should be the path of your project folder and where it says 
application name just type the name of the source folder. Hope it solves.

Original comment by fmonteir...@gmail.com on 13 Sep 2012 at 10:46