Files
notifications-admin/gunicorn_entry.py

6 lines
91 B
Python
Raw Normal View History

from gevent import monkey
monkey.patch_all()
from application import application # noqa