blob: b19d2d7d05f5d4423b2a2b100318cd08b55caa23 [file] [log] [blame] [edit]
#!/venv/lnt-v0.4/bin/python
# -*- Python -*-
import lnt.server.ui.app
application = lnt.server.ui.app.App.create_standalone(
'/Users/ddunbar/lnt/tests/server/db/migrate/Inputs/lnt_v0.4.0_filled_instance/lnt.cfg')
if __name__ == "__main__":
import werkzeug
werkzeug.run_simple('localhost', 8000, application)