appengine_config.py middleware not hit
Posted
by jeremy
on Stack Overflow
See other posts from Stack Overflow
or by jeremy
Published on 2010-05-30T08:42:39Z
Indexed on
2010/05/30
8:52 UTC
Read the original article
Hit count: 222
google-app-engine
|appengine
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?
© Stack Overflow or respective owner