0
0
Fork 0
mirror of https://github.com/alerta/alerta.git synced 2025-02-19 11:43:52 +00:00
alerta_alerta/contrib/apache/api.wsgi

5 lines
184 B
Text
Raw Normal View History

2015-03-12 12:44:29 +00:00
#!/usr/bin/env python
2015-03-12 15:07:24 +00:00
activate_this = '/opt/alerta/bin/activate_this.py'
execfile(activate_this, dict(__file__=activate_this))
from alerta import app as application # noqa isort:skip