python用flask页面跳转失败

home.py的代码:fromflaskimportBlueprint,session,Flask,request,redirect,url_for,render_tem... home.py的代码:
from flask import Blueprint,session,Flask,request,redirect,url_for,render_template,flashhome_view = Blueprint('home', __name__)@home_view.route('/',methods=['GET','POST'])def homep(): return render_template('login.html')login.html的代码
<!DOCTYPE html><html><head lang="en"> <meta charset="UTF-8"> <title></title></head><body>login page</body></html>
跳转的时候提示The requested URL was not found on the server.请问各位老师该如何修改?谢谢.
展开
 我来答
匿名用户
2015-06-30
展开全部
#1.1 shop list
#meshidaren.py 文件下中包含以下代码
@app.route('/shoplist',methods=['GET','POST'])
def show_goods_to_buy():
c = g.db.cursor()#读取数据库
que="select * from goods_to_buy where fridge_id='w111'"
c.execute(que)
items = list(c.fetchall())
return render_template("my_shoplist.html",items=items)#跳到html页面,并传参
shayatou10
2015-06-30 · TA获得超过164个赞
知道小有建树答主
回答量:116
采纳率:100%
帮助的人:60.8万
展开全部
可能是app没有注册该Blueprint的问题
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式