Google App Engine example
Hey there,
On the GAE example page on the wiki, it says:
"""
This method works fine as long as the app is only going to be the
gateway. It would be beneficial, however, to have the SWF running on
the same instance. We need an approach that is closer to how PyAMF is
implemented for Django, where we use the Google webapp WSGIApplication
and map a gateway URL to PyAMF.
"""
I thought you could set up multiple wsgi apps under different urls
through the app.yaml file quite simply. Is that not so?
I know you can point to static files that are served without bothering
the python stuff at all..
Arnar