There are a few projects that have been working in the CRUD space on pyramid. There was a pyramid-crud sprint a while back too.
Personally, I build out the CRUD interfaces myself. The types of Apps I've built / want-to-build on Pyramid are impossible if not utterly painful to implement on frameworks like Django/Rails. If I'm going to work on something simple, I'll sometimes handle it on a 'full service' framework - but, more often than not, I want the control of logic and data modeling that really complicates or precludes a CRUD. I think the CRUD stuff is largely overrated. Depending on what you want to do, building the admin/edit console you want from scratch is often just about as much effort as customizing a framework's CRUD to your specifications. -- 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.
