0
我用如何使用遍歷在金字塔中重定向404 NOTFOUND錯誤頁面?
def notfound(request):
return HTTPFound(location="/login")
def main(globals, **settings):
config = Configurator()
config.add_notfound_view(notfound)
不過,這並不在我的基礎遍歷項目。如何在遍歷中實現它?我是對還是有其他具體的方法來做重定向