mirror of
https://github.com/alerta/alerta.git
synced 2025-01-30 11:36:20 +00:00
6 lines
No EOL
178 B
Python
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 |