0
0
Fork 0
mirror of https://github.com/alerta/alerta.git synced 2025-01-30 11:36:20 +00:00
alerta_alerta/alerta/dashboard/dashboard.wsgi
2014-03-28 00:47:59 +00:00

6 lines
No EOL
178 B
Python

#/usr/bin/env python
activate_this = '/opt/alerta/bin/activate_this.py'
execfile(activate_this, dict(__file__=activate_this))
from alerta.dashboard.v2 import app as application