canmove, Confirmed users, Bureaucrats and Sysops emeriti
1,093
edits
| Line 153: | Line 153: | ||
application = controllers.make_app() | application = controllers.make_app() | ||
If you don't plan to run a full asynchronous setup on the server (requiring you to install beanstalkd and run bespin_worker processes), you'll want to set this flag *before* the config.activate_profile() in the WSGI script. | |||
config.c.async_jobs=False | config.c.async_jobs=False | ||