Hi Alessandro,

Thank you for the response.

I have used custom_template option to load my own template where it has 
links to the admin generated pages. 
This way I could manage my custom links and also admin links.

With Regards,
Dinesh.

On Friday, 19 May 2017 01:41:07 UTC-7, D R Dinesh Kumar wrote:
>
> Hi,
>
> I see that only models can be passed to Admin controller which displays 
> them as links in admin page.
> Can also have some custom made links at /admin page?
>
> My code looks like this:
>
>
> class RootController(BaseController):   
>     admin = AdminController([model.User, model.Group, ...], DBSession)
>
> now when I go to /admin it shows my the group item with links to 
> /admin/users and /admin/groups.
> Here I would like to add some more items in the same page ex: /admin/task1 
> and /admin/task2 etc.
>
> How do I achieve this? Using default_index_template is completely loosing 
> the /admin/users and /admin/groups links.
> Please help.
>
> With Regards,
> Dinesh.
>

-- 
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to turbogears+unsubscr...@googlegroups.com.
To post to this group, send email to turbogears@googlegroups.com.
Visit this group at https://groups.google.com/group/turbogears.
For more options, visit https://groups.google.com/d/optout.

Reply via email to