1 Star 4 Fork 3

yqmkj/yqm-admin-tdesign(Python)

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
start.py 423 Bytes
一键复制 编辑 原始数据 按行查看 历史
weiximei 提交于 2025-03-14 19:01 +08:00 . feat(config): 更新服务器配置支持
from flask import Flask
from app.application import create_app
from internal.manager import config_manager
applicationContext = Flask(__name__)
application = create_app(applicationContext, 'dev')
# @applicationContext.route('/')
# def hello_world(): # put application's code here
# return 'Hello World!'
if __name__ == '__main__':
applicationContext.run(debug=True, port=config_manager.config.yqm.server.port)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/yqmkj/yqm-admin-tdesign-python.git
git@gitee.com:yqmkj/yqm-admin-tdesign-python.git
yqmkj
yqm-admin-tdesign-python
yqm-admin-tdesign(Python)
dev

搜索帮助