Files
notifications-admin/gunicorn_entry.py
2025-07-29 08:15:43 -07:00

11 lines
168 B
Python

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