added cal project

This commit is contained in:
buenosairesam
2025-08-03 06:21:14 -03:00
parent a3e3e6a565
commit 2d7de863f3
12 changed files with 123 additions and 21 deletions

4
dmapp/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)