Am 03.12.2011 15:44, schrieb Stephane Klein: > > I wounder if there are a project like http://sramana.in/web2py-appadmin2/ or > http://activeadmin.info/ for Pyramid ? > > I know http://docs.formalchemy.org/pyramid_formalchemy/ but there are other > things ? >
I don't know these but I don't think such a thing could exist for Pyramid. In my understanding Pyramid is too basic/flexible to lend itself to a general admin UI. There is no fixed object-database mapping. You can use any database or even no database at all with Pyramid. Any admin UI will be application specific. So, to answer your question: No, I don't think there is an admin UI for Pyramid. Henning -- 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.
