The demo app for the upcoming Akhet 2 does this. https://github.com/mikeorr/akhet_demo
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. On Thu, Feb 2, 2012 at 12:39 PM, Jonathan Vanasco <[email protected]> wrote: > > > On Feb 1, 3:19 pm, Mike Orr <[email protected]> wrote: > >> 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. > > Could you point me to something where someone "does it themselves"? > > Just wondering what the implementation would be. -- Mike Orr <[email protected]> -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
