Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在从 Pylons 搬到 Pyramid/Akhet,我对设置感到困惑。
有什么方法可以使用 Akhet 的add_handler方法添加通用的“控制器/动作”路由?(或者甚至使用add_route基础金字塔中的方法?)
add_handler
add_route
我理解它的方式,似乎我需要为new add_handler()我添加的每个新控制器进行调用。
new add_handler()
在 pyramid_handlers中不支持 a {controller}or通配符。每个处理程序至少{handler}需要调用一次。add_handler这是用户从 Pylons 迁移时必须经历的 bw-incompat 更改之一。
{controller}
{handler}