简体   繁体   中英

Python file at GAE

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM