Let gunicorn load code before forking.

This commit is contained in:
Jake Moshenko 2014-05-20 19:06:54 -04:00
parent c953447ae0
commit 044cfdb656

View file

@ -3,4 +3,5 @@ workers = 8
worker_class = 'gevent'
timeout = 2000
logconfig = 'conf/logging.conf'
pythonpath = '.'
pythonpath = '.'
preload_app = True