On Fri, Feb 26, 2010 at 1:41 PM, ProfessionalIT <[email protected]> wrote: > Two inevitable question: > 1. anyone here the group has done something similar? If not, there > is interest in developing this app? > 2. this could not be a feature of web.py?
What if I don't want to use models.py? I think it would be better if you could develop something more in line with Rails' scaffold, but without the model layer. I think there's a Java framework that works like that. IOW, introspect the database (not foreign keys and everything else), and then build an admin site dynamically. That would be self-contained, it wouldn't require you to write the model layer if you already have a database set up, and it wouldn't require to be bound to any particular paradigm such as MVC. You could just snap it onto any existing site. -- Branko Vukelić http://foxbunny.tumblr.com/ http://www.flickr.com/photos/16889...@n04/ http://www.twitter.com/foxbunny http://github.com/foxbunny -- You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en.
