Fetch the repository succeeded.
- 魔鬼部署系统采用Python+Django+Vue+Element开发,有效提升运维效率。
- 漂亮的操作界面、项目管理、快速上线、一键回滚。
- 目前仅支持git项目部署、在上线过程中会放弃git当前所有的修改和创建,
需要注意您的项目中不会存在运营过程中创建的数据,以免给您造成损失
。- 环境搭建可参考博客中的文章 http://gong.gg/post-120.html
mogui
├─mogui
│ ├─common 公共
│ │ ├─function.py 公共方法
│ │ └─config.py 公共配置文件
│ ├─controller 控制器
│ ├─model 模型
│ ├─view 视图
│ ├─settings.py 项目基础文件
│ └─urls.py 路由
├─manage.py 项目管理文件
├─public 静态资源
├─README.md 项目介绍文件
└─robots.txt 爬虫管理文件
db = {
'name' : 'mogui', # 数据库名称
'user' : 'root', # 用户名
'pwd' : 'root', # 密码
'host' : 'localhost', # 连接地址
'port' : 3306 # 端口号
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。
Activity
Community
Health
Trend
Influence
:Code submit frequency
:React/respond to issue & PR etc.
:Well-balanced team members and collaboration
:Recent popularity of project
:Star counts, download counts etc.