I use URL Dispatch in Pyramid framework. As far as I can see, there is a requirement that each route has a unique name. Is there a way to associate multiple paths with a single route? In particular, I would like to have two different addresses display the same content. Note: I don’t want to perform redirection.
Share
do you mean something like this…
in your config:
in your views: