Closed ahknight closed 10 years ago
I'm not sure about this change. I would prefer not to expose any application variable. Instead what about this:
wsgi.py
from coldsweat.app import setup_app
app = setup_app()
For example Passenger - at least on Dreamhost - requires to export an application variable name instead of app.
This includes the tiny patch needed to make Gunicorn work (referenced at Using-Coldsweat-with-Gunicorn-and-Nginx).