Files
the-office/wsgi.py
Xevion 8bca07b3dd begin adding base configuration
yeah this is totally copied from xevion.dev
2020-01-19 12:55:36 -06:00

5 lines
80 B
Python

from app import app, db
if __name__ == "__main__":
app.run(host="0.0.0.0")