4 Star 24 Fork 8

lmay/hexo-blog-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
run.py 568 Bytes
一键复制 编辑 原始数据 按行查看 历史
lmay 提交于 2019-09-21 10:36 . commit message
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# ----------------------------------------------------------
# -- This's python application main
# --
# ****************************
# Author: lmay.Zhou
# Blog: www.lmaye.com
# Date: 2018年2月13日 09:45:18
# ----------------------------------------------------------
from core.app import app, application
if __name__ == "__main__":
# 开发环境
app.run(host="127.0.0.1", debug=True, port=application["server"]["port"])
# 正式环境
# app.run(host="127.0.0.1", port=application["server"]["port"])
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/lmay/hexo-blog-admin.git
git@gitee.com:lmay/hexo-blog-admin.git
lmay
hexo-blog-admin
hexo-blog-admin
master

搜索帮助