Files
notifications-admin/gunicorn_entry.py

11 lines
168 B
Python
Raw Normal View History

from gevent import monkey
monkey.patch_all()
import newrelic.agent # noqa
newrelic.agent.initialize("./newrelic.ini")
from application import application # noqa