Yes, the web2py is a lot like the django backend as i recall(?). Not sure how controlled it would be, but if all datasources were tables, then an admin interface could poll the datasource table and an orm could possibly be fashioned - who knows how much detail would be enough though - especially once everyone wanted custom attributes for each table name... i guess a superclass could be made to do the basics and just modify the permissions, or detailed operations could be written in on the subclass? sounds like a big project :)
On Mon, Sep 13, 2010 at 7:09 AM, ProfessionalIT <[email protected]> wrote: > Greg, > > Your solution is perfect, excellent for a CMS style website(and > certainly I'll use your tip), where you can manage the pages of > website in the "admin module" (and I want/need auto generate this > "admin module"). The web2py framework have a excellent appadmin.py > controller where it 'extract' the tables of db.py (the file where you > map your tables) and auto-generate the controller methods. I want/need > this feature....made with my web.py project. > > I know that the main objective of web.py don't is this, but a > admin module (auto-generated from a class model.py, for example) would > be an excellent feature. > > To me, a admin module is so important as the website (I in my > business/customers) and today I have implemented (manually) this > feature in each project of website that I sell. > > Thank you so much !. > > Best regards, > Leandro. > > -- > 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] <webpy%[email protected]>. > For more options, visit this group at > http://groups.google.com/group/webpy?hl=en. > > -- 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.
