It would be nice to use pure traversal for the view configs here (I mean view_config with context + name rather than route_name + factory + traverse for page list, view, edit). This would make this repo a nice, small example of traversal.
(Selfish request as I am re-learning traversal subtleties using wiki example from Pyramid docs, this repo (thanks!), a couple gists like https://gist.github.com/hadrien/8658263 and https://gist.github.com/hadrien/0efa49ca8837f948d63c and other resources)
Home and login would keep their routes and views.
It would be nice to use pure traversal for the view configs here (I mean view_config with
context + namerather thanroute_name + factory + traversefor page list, view, edit). This would make this repo a nice, small example of traversal.(Selfish request as I am re-learning traversal subtleties using wiki example from Pyramid docs, this repo (thanks!), a couple gists like https://gist.github.com/hadrien/8658263 and https://gist.github.com/hadrien/0efa49ca8837f948d63c and other resources)
Home and login would keep their routes and views.