basic script and web stub
This commit is contained in:
6
dmapp/run.py
Normal file
6
dmapp/run.py
Normal file
@@ -0,0 +1,6 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from dmweb import create_app
|
||||
|
||||
app = create_app()
|
||||
app.run(host='0.0.0.0', debug=True, threaded=True)
|
||||
|
||||
Reference in New Issue
Block a user