摘要: run.py 运行入口,导入app并运行。 from flask_website import app app.run(debug=True) 开发环境才用这种方式 生产环境:一般部署在nginx上 flask_website __init__.py 内容1 from datetime import 阅读全文
posted @ 2022-06-13 17:56 daxiacet 阅读(85) 评论(0) 推荐(0) 编辑
摘要: 模块 描述 run.py 启动脚本 websiteconfig.py 配置脚本 update-doc-searchindex.py 更新索引脚本 flask_website 项目的主模块,包含以下内容 database.py 数据库模块 docs.py 索引文档模块 openid_auth.py o 阅读全文
posted @ 2022-06-13 17:54 daxiacet 阅读(63) 评论(0) 推荐(0) 编辑