There may be reasons for switching from TG2 to Pyramid, but that is not
a valid reason. Pylons will not be a requirement any more in TG 2.3.
There had been plans to create a "next generation" TG based on Pyramid,
but that won't happen in the near future since the TG community is
currently focusing on improving the existing TG2 and staying compatible.
-- Christoph
Actually, the closest thing to controllers is view classes.
pyramid_handlers is one way to manage view classes, but increasingly
people are "doing it themselves" with @view_config.
--
Mike Orr <slugg...@gmail.com>
Regards,
Carlos Ruvalcaba.
Download it, make a virtualenv, run "pip install -e ./akhet_demo", and
"pserve development.ini".
By view class, I mean any class that's structured for view methods,
with @view_config on each method.
--
Mike Orr <slugg...@gmail.com>