This repository has been archived on 2023-10-10. You can view files and clone it, but cannot push or open issues/pull-requests.
cutedb/runserver.py

3 lines
60 B
Python
Raw Normal View History

2012-10-18 14:01:08 +00:00
from webapp import app
2012-10-18 20:17:25 +00:00
app.run("0.0.0.0", 2007, debug=True)