appengine_config.py middleware not hit
- by jeremy
using 1.3.4 - wsgi middleware is not being installed.
i have appengine_config.py at the same level as app.yaml, with the following (for testing):
"""Configuration."""
raise Exception("hello")
def webapp_add_wsgi_middleware(app):
return app
the exception is never raised. am i missing something?