I have added a python file at google app engine. how to send a request to this file. Is this file needed to b executed explicitly?
|
|
|||||
|
|
|
Your app.yaml file decides which python script to run, depending on the request URL. See examples at the Google Docs. You can even use regexp. |
||
|
