changes of column import and add serialize table column fild show as per sheet

This commit is contained in:
2026-01-09 15:22:32 +05:30
parent bdd7312a5e
commit fe9b056128
12 changed files with 269 additions and 170 deletions

2
run.py
View File

@@ -6,4 +6,4 @@ with app.app_context():
db.create_all()
if __name__ == "__main__":
app.run(debug=True, port=5001)
app.run(host='0.0.0.0' ,debug=True, port=5001)