On Dec 4, 2007 11:31 AM, John_Nowlan <[EMAIL PROTECTED]> wrote: > Haven't there been a few efforts at creating a pylons/sqlalchemy crud > interface app that does introspection on a table to generate a simple form? > > A quick look hasn't turned up anything. Maybe I don't realize the > functionality is already embedded in one of the components?
Admin and CRUD applications have been talked about but none has emerged yet. (I didn't know about AdminPylon; it could be a seed for something.) I think we're partly waiting to see what TurboGears 2 will provide, and whether they can spin off anything along those lines for us. FormAlchemy generates a form from a SQLAlchemy mapped class. http://pypi.python.org/pypi/FormAlchemy > I'm not really sure about the 'spaces' demarcation. Seems to be getting more > in the way than helping, i.e. discussion about book not being able to go in > book space. 'Spaces' are a foreign concept to most wikis. However, part of the vision is to offer wiki hosting to other Python web projects, either because they are used in Pylons deployments or because the coming Python-web convergence may make them useful in the future. These really need to be in their own spaces. Pylons is a sprawling project due to its dependencies, so it needs more than one space. We just haven't been intelligent enough in deciding which spaces we'd need. > Would like to see some tg docs get in here. Maybe just pointers to relevant > docs if they are planning to base tg2.0 on paste/pylons. Where/how does > catwalk fit in? I haven't used Catwalk so I'm not sure. If you feel like exploring it and writing a Catwalk-for-Pylons HOWTO, or a list of what Pylons needs that Catwalk doesn't have (or how it can adopt pieces from Catwalk), it would encourage Pylons developers to implement it. -- 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 -~----------~----~----~----~------~----~------~--~---
