1 Star 0 Fork 107

atlas2020 / flask-ansible

forked from sjgops / flask-ansible 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
views.py 425 Bytes
一键复制 编辑 原始数据 按行查看 历史
shijiange 提交于 2019-07-10 10:10 . first commit
from flask import Blueprint
from flask import render_template
views = Blueprint("views", __name__)
@views.route('/test')
def test():
return render_template("test.html")
@views.route('/servers')
def servers():
return render_template("servers.html")
@views.route('/deploy')
def deploy():
return render_template("deploy.html")
@views.route('/playbook')
def playbook():
return render_template("playbook.html")
Python
1
https://gitee.com/atlas2020/flask-ansible.git
git@gitee.com:atlas2020/flask-ansible.git
atlas2020
flask-ansible
flask-ansible
master

搜索帮助