原文:關於flask登錄視圖報錯AttributeError: '_AppCtxGlobals' object has no attribute 'user'

在一個小程序中寫了一個登錄視圖函數,代碼如下: 但是在登錄測試的時候報錯,報錯信息:AttributeError: AppCtxGlobals object has no attribute user 經過反復檢查,發現是在運行登錄視圖函數的時候沒有確定g的位置,需要添加一個裝飾函數 記得在你的模塊開頭導入 current user 希望幫助到那些被同樣問題困擾的人。。。 ...

2017-08-30 19:19 0 3987 推薦指數:

查看詳情

 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM