restore legacy, include shorcut scripts

This commit is contained in:
buenosairesam
2025-12-29 14:12:46 -03:00
parent ac475b9a5a
commit f5ddcad45c
17 changed files with 1877 additions and 0 deletions

4
dmold/dmweb/run.py Normal file
View File

@@ -0,0 +1,4 @@
from dmweb import create_app
app = create_app()
app.run(host="0.0.0.0", debug=True, threaded=True, port=10000)