a href="xn--fiqr16adi7bgnc.xn--dqr445bdw4a.xn--j6w193g">隆鎮,Hacker News,Network Security,Hacker News,1N4148
Dissection of the helloworld project - App Engine Guide,Google App Engine Guide
Demonstrations‎ > ‎

Dissection of the helloworld project

"helloworld" project is generated automatically by the Google App Engine SDK. If you don't have the "helloworld" project, you can following the steps mention in here to have that project in your development machine.
 
Let's see what inside a "helloworld" project:
 
 
In the helloworld folder, you will find 3 files: app.yaml, index.yaml and main.py which are generated by the Google App Engine SDK for demonstration what constitute the simplest project. 
 
Actually, only two files are important to us, they are app.yamlandmain.py. The last file, index.yaml is generated  each time the website being browsed. Let's see the content of the two files: