Files
superset2/run.py
2015-07-27 22:51:36 +00:00

9 lines
136 B
Python

from app import app
import config
app.run(
host='0.0.0.0',
port=int(config.PANORAMIX_WEBSERVER_PORT),
debug=config.DEBUG)