mirror of
https://github.com/frappe/gunicorn.git
synced 2026-07-01 18:21:30 +08:00
Using gunicorn with paster command line causes the application to load before gunicorn. In this case, there is no choice but to preload the application. Document this fact. Fixes #528.