compass-core/bin/runserver.py

4 lines
83 B
Python

#!/usr/bin/python
from baseplate import app
app.run(host = '0.0.0.0',debug = True)