I am sorry I still do not understand which part of admin would be useful at the app level. In any case all the functionalities of admin are available via
import gluon.admin appadmin (the equivalent of django admin) is already part of the apps (in appadmin.py) and - as a I said - all its functionalities are available via curd.create(...) curd.update(...) curd.select(...) curd.search(...) > Idea/question/suggestion: > - what if each part of the admin app could be included in any app as > do components? On Apr 13, 4:50 pm, blackthorne <[email protected]> wrote: > Well, I think you do this in django by importing django.contrib.admin > where you can easily reuse the same parts of the django admin site. In > web2py, the admin app is great, it offers a lot of "features" > including things I don't want to include as well as missing one or two > specific tasks. I am now about to take a decision on 1 of 2: > - take the admin up and change it to fit my needs. I am not aware how > doable this is. I am aware that the admin app is not like a common > that we can naturaly plug it to the Internet. > - start a new app, and use code taken from the admin app. Not directly > importing it. > > Idea/question/suggestion: > - what if each part of the admin app could be included in any app as > do components? > > Thank you > > On Apr 13, 9:53 pm, Massimo Di Pierro <[email protected]> > wrote: > > > > > > > > > Can you be more specific? Django admin is the equivalent of web2py's > > appadmin. All functionalities of appadmin are available via crud. > > > Massimo > > > On Apr 13, 3:41 pm, blackthorne <[email protected]> wrote: > > > > Yes, Django have done a good work there. I just got a client that > > > wants a backoffice and yes I am final on using web2py. I was > > > considering on reusing the admin ap in the best possible way.. > > > Any reference on this? > > > > On Apr 13, 7:28 pm, Mengu <[email protected]> wrote: > > > > > blackthorne, you mean like Django admin? > > > > > On 13 Nisan, 19:31, blackthorne <[email protected]> wrote: > > > > > > Well, this is one of things I need the most. > > > > > Being able to use parts of the web2py admin panel or building > > > > > something based on it for direct use by clients threw the public web. > > > > > > Is there anything about this? > > > > > Have you considered making it "exportable" or easily reusable? > > > > > > Thank you

