本文主要是记录在【用户登录】一节中出现的问题:
报错位置是在

if g.user is not None and g.user.is_authenticated():
return redirect(url_for('index'))

问题的原因主要是因为flask-login模块不对,需要安装flask-login==0.2.11,。

Stack Overflow上有另外的解决方法,我没试过,不知道行不行

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-18
  • 2021-08-17
  • 2022-12-23
猜你喜欢
  • 2022-01-19
  • 2021-09-07
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案