[svn] added run lodgeit script
This commit is contained in:
parent
2cdc2b99aa
commit
6a2c131253
6
runlodgeit.py
Normal file
6
runlodgeit.py
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
from lodgeit.application import make_app
|
||||||
|
from werkzeug.debug import DebuggedApplication
|
||||||
|
from werkzeug.serving import run_simple
|
||||||
|
|
||||||
|
app = DebuggedApplication(make_app('sqlite:////tmp/lodgeit.db'))
|
||||||
|
run_simple('localhost', 7000, app, True)
|
Loading…
x
Reference in New Issue
Block a user