1 Star 0 Fork 3

祝子豪/flask_cmdb

forked from 施超/flask_cmdb 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
views.py 381 Bytes
一键复制 编辑 原始数据 按行查看 历史
施超 提交于 2021-06-04 18:05 . 提交学习文件
#!/usr/bin/env python
# _*_ coding: utf-8 _*_
# Author:shichao
# File: .py
from flask import Blueprint
from flask import render_template # 返回一个文件模板
views = Blueprint("views",__name__)
@views.route('/servers')
def servers():
return render_template("servers.html")
@views.route('/deploy')
def tools():
return render_template("deploy.html")
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/haoganditian/flask_cmdb.git
[email protected]:haoganditian/flask_cmdb.git
haoganditian
flask_cmdb
flask_cmdb
master

搜索帮助