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 <massimo.dipie...@gmail.com>
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 <francisco....@gmail.com> 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 <whalb...@gmail.com> wrote:
>
> > > blackthorne, you mean like Django admin?
>
> > > On 13 Nisan, 19:31, blackthorne <francisco....@gmail.com> 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

Reply via email to