google app engine - Python file at GAE -
I've added a python file to the Google app engine. How to send a request for this file This file is clearly executed Is it necessary to?
Your app. The Yaml file decides how to run the Python script, depending on the request URL.
See examples on this. You can also use regexp.
Comments
Post a Comment