標籤:... return ret eth admin test ppi pre article
剛才給views.py檔案添加了一個路由地址:
@admin_view.route(‘/test‘, methods=["get", "post"])@login_requireddef main(): return render_template(‘400_outline.html‘)
沒想到如題錯誤:AssertionError: View function mapping is overwriting an existing endpoint function: admin.main
我沒怎麼看錯誤資訊,直接拿著複製百度去了..-_-|||
----------------------------------------------------------------------------------------------------------------------------------------------------------------------以上起因
百度搜尋到的 http://www.tuicool.com/articles/NzEbqmj 沒想到搜到的知識量還挺多..我原來只是知道怎麼用 不知道原理 這個連結 很好的解釋了;原來是我的函數名寫重了。
----------------------------------------------------------------------------------------------------------------------------------------------------------------------以上百度搜尋到的結果
先吃飯,一會兒再寫,再看...
AssertionError: View function mapping is overwriting an existing endpoint function: admin.main