If I have a static website site on app engine (within a python runtime), if I want to make a jQuery AJAX call to a single python script to fetch something, do I have to put the whole site in a python framework just to run that file?
Using app engine standard.